mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
python3Packages.fountains: relax bitlist constraint
This commit is contained in:
parent
3c7bd36c55
commit
838dbde1ab
@ -17,6 +17,11 @@ buildPythonPackage rec {
|
|||||||
bitlist
|
bitlist
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "bitlist~=0.5.1" "bitlist>=0.5.1"
|
||||||
|
'';
|
||||||
|
|
||||||
# Project has no test
|
# Project has no test
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user