Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

transifex-client: fix build

(cherry picked from commit cf65abe85a65f351fdb95e8da93d4118f7959728)

authored by

Robert Schütz and committed by
Marek Mahut
758e9a4f 7bccf729

+1 -1
+1 -1
pkgs/tools/text/transifex-client/default.nix
··· 17 17 prePatch = '' 18 18 substituteInPlace requirements.txt --replace "urllib3<1.24" "urllib3<2.0" \ 19 19 --replace "six==1.11.0" "six<2.0.0" \ 20 - --replace "python-slugify==1.2.6" "python-slugify<3.0.0" 20 + --replace "python-slugify==1.2.6" "python-slugify<4.0.0" 21 21 ''; 22 22 23 23 # Requires external resources