Merge pull request #72408 from etu/transifex-fix-build
transifex-client: Fix build
This commit is contained in:
commit
f80a56fafc
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ 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<4.0.0"
|
||||
substituteInPlace requirements.txt --replace "urllib3<1.24" "urllib3>=1.24" \
|
||||
--replace "six==1.11.0" "six>=1.11.0" \
|
||||
--replace "python-slugify==1.2.6" "python-slugify>=1.2.6"
|
||||
'';
|
||||
|
||||
# Requires external resources
|
||||
|
|
Loading…
Reference in a new issue