pythonPackages.bleach: add implicit setuptools dependency

This commit is contained in:
Enno Lohmeier 2019-09-29 12:42:16 +02:00 committed by Jon
parent 64205fa108
commit 31c4f79289

View File

@ -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" ""