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