python3Packages.fountains: relax bitlist constraint

This commit is contained in:
Fabian Affolter 2021-12-03 09:09:19 +01:00
parent 3c7bd36c55
commit 838dbde1ab

View File

@ -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;