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