Merge pull request #297742 from collares/fpylll-unbreak

python311Packages.fpylll: avoid intermittent test failure
This commit is contained in:
Mauricio Collares 2024-03-21 17:06:14 +01:00 committed by GitHub
commit e71a37f1b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, buildPythonPackage
, fetchpatch
# build-system
, cysignals
@ -30,6 +31,13 @@ buildPythonPackage rec {
hash = "sha256-M3ZnDL0Ui3UAa5Jn/Wr5pAHhghP7EAaQD/sx5QZ58ZQ=";
};
patches = [
(fetchpatch {
url = "https://github.com/fplll/fpylll/commit/fc432b21fa7e4b9891f5b761b3539989eb958f2b.diff";
hash = "sha256-+UidQ5xnlmjeVeVvR4J2zDzAuXP5LUPXCh4RP4o9oGA=";
})
];
nativeBuildInputs = [
cython_3
cysignals