forked from mirrors/nixpkgs
transifex-client: fix build
This commit is contained in:
parent
68113d7258
commit
cf65abe85a
|
@ -17,7 +17,7 @@ buildPythonApplication rec {
|
|||
prePatch = ''
|
||||
substituteInPlace requirements.txt --replace "urllib3<1.24" "urllib3<2.0" \
|
||||
--replace "six==1.11.0" "six<2.0.0" \
|
||||
--replace "python-slugify==1.2.6" "python-slugify<3.0.0"
|
||||
--replace "python-slugify==1.2.6" "python-slugify<4.0.0"
|
||||
'';
|
||||
|
||||
# Requires external resources
|
||||
|
|
Loading…
Reference in a new issue