Unverified Commit 6773143d authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

python3Packages.fpylll: fix standalone usage (#418448)

parents 482e8ba3 c1ee60f7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ buildPythonPackage rec {
    fplll
  ];

  propagatedBuildInputs = [ numpy ];
  propagatedBuildInputs = [
    numpy
    cysignals
  ];

  nativeCheckInputs = [ pytestCheckHook ];