forked from mirrors/nixpkgs
pythonPackages.audio-metadata: adjust more-itertools version range
This commit is contained in:
parent
0f096240ff
commit
2270bc7895
|
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "bidict>=0.17,<0.18" "bidict" \
|
--replace "bidict>=0.17,<0.18" "bidict" \
|
||||||
--replace "more-itertools>=4.0,<5.0" "more-itertools"
|
--replace "more-itertools>=4.0,<8.0" "more-itertools"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue