python3Packages.fpylll: fix standalone usage (#418448)
This commit is contained in:
@@ -48,7 +48,10 @@ buildPythonPackage rec {
|
||||
fplll
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
cysignals
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user