python3Packages.kaggle: unbreak, removing useless slugify dep
This commit is contained in:
parent
78942ee55f
commit
b5a2e19005
@ -20,9 +20,11 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# The version bounds in the setup.py file are unnecessarily restrictive.
|
# The version bounds in the setup.py file are unnecessarily restrictive.
|
||||||
|
# They have both python-slugify and slugify, don't know why
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace 'urllib3 >= 1.21.1, < 1.25' 'urllib3'
|
--replace 'urllib3 >= 1.21.1, < 1.25' 'urllib3' \
|
||||||
|
--replace " 'slugify'," " "
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user