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