pythonPackages.bleach: add implicit setuptools dependency

This commit is contained in:
Enno Lohmeier
2019-10-02 20:57:37 -07:00
committed by Jon
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" ""