mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
Merge pull request #72408 from etu/transifex-fix-build
transifex-client: Fix build
This commit is contained in:
commit
f80a56fafc
@ -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 New Issue
Block a user