pythonPackages.bleach: add implicit setuptools dependency
This commit is contained in:
parent
64205fa108
commit
31c4f79289
@ -5,6 +5,7 @@
|
|||||||
, pytestrunner
|
, pytestrunner
|
||||||
, six
|
, six
|
||||||
, html5lib
|
, html5lib
|
||||||
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -17,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner ];
|
checkInputs = [ pytest pytestrunner ];
|
||||||
propagatedBuildInputs = [ six html5lib ];
|
propagatedBuildInputs = [ six html5lib setuptools ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py --replace ",<3dev" ""
|
substituteInPlace setup.py --replace ",<3dev" ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user