python3Packages.audio-metadata: fix build
This commit is contained in:
parent
d323a649ed
commit
64605831ea
@ -19,7 +19,8 @@ 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,<8.0" "more-itertools"
|
--replace "more-itertools>=4.0,<8.0" "more-itertools" \
|
||||||
|
--replace "pendulum>=2.0,<=3.0,!=2.0.5,!=2.1.0" "pendulum>=2.0,<=3.0"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user