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