Merge pull request #72408 from etu/transifex-fix-build

transifex-client: Fix build
This commit is contained in:
Renaud 2019-11-09 22:38:07 +01:00 committed by GitHub
commit f80a56fafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,9 @@ buildPythonApplication rec {
}; };
prePatch = '' prePatch = ''
substituteInPlace requirements.txt --replace "urllib3<1.24" "urllib3<2.0" \ substituteInPlace requirements.txt --replace "urllib3<1.24" "urllib3>=1.24" \
--replace "six==1.11.0" "six<2.0.0" \ --replace "six==1.11.0" "six>=1.11.0" \
--replace "python-slugify==1.2.6" "python-slugify<4.0.0" --replace "python-slugify==1.2.6" "python-slugify>=1.2.6"
''; '';
# Requires external resources # Requires external resources