lol

python3Packages.kaggle: unbreak, removing useless slugify dep

authored by

freezeboy and committed by
Jonathan Ringer
b5a2e190 78942ee5

+4 -2
+4 -2
pkgs/development/python-modules/kaggle/default.nix
··· 20 20 }; 21 21 22 22 # The version bounds in the setup.py file are unnecessarily restrictive. 23 + # They have both python-slugify and slugify, don't know why 23 24 patchPhase = '' 24 25 substituteInPlace setup.py \ 25 - --replace 'urllib3 >= 1.21.1, < 1.25' 'urllib3' 26 - ''; 26 + --replace 'urllib3 >= 1.21.1, < 1.25' 'urllib3' \ 27 + --replace " 'slugify'," " " 28 + ''; 27 29 28 30 propagatedBuildInputs = [ 29 31 certifi