python3Packages.fpylll: fix standalone usage (#418448)

This commit is contained in:
Mauricio Collares
2025-06-20 11:12:30 -03:00
committed by GitHub

View File

@@ -48,7 +48,10 @@ buildPythonPackage rec {
fplll
];
propagatedBuildInputs = [ numpy ];
propagatedBuildInputs = [
numpy
cysignals
];
nativeCheckInputs = [ pytestCheckHook ];