8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "9124f067d3c06ef2613e2cc246b2fde2299802280a8b0e60dc504137085f0334";
17 buildInputs = [ nose ];
18 propagatedBuildInputs = [ six lxml ];
20 # some tests fail, probably because of changes in lxml
21 # not relevant for me, if releavnt for you, fix it...
25 description = "Simple HTML cleanup utilities";
26 license = licenses.bsd3;
27 homepage = "https://pypi.org/project/htmllaundry/";