python3Packages.bitlist: allow later parts releases

This commit is contained in:
Fabian Affolter 2021-09-22 10:52:24 +02:00
parent 7284b144fd
commit 59c890f14b

View File

@ -24,6 +24,11 @@ buildPythonPackage rec {
nose
];
postPatch = ''
substituteInPlace setup.py \
--replace "parts~=1.0.3" "parts>=1.0.3"
'';
pythonImportsCheck = [ "bitlist" ];
meta = with lib; {