Skip to content

Commit

Permalink
python.pkgs.bleach: add missing dependency packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh authored and Jon committed Jun 17, 2020
1 parent 0dacf1d commit ec618a9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/python-modules/bleach/default.nix
Expand Up @@ -6,6 +6,7 @@
, six
, html5lib
, setuptools
, packaging
}:

buildPythonPackage rec {
Expand All @@ -18,11 +19,7 @@ buildPythonPackage rec {
};

checkInputs = [ pytest pytestrunner ];
propagatedBuildInputs = [ six html5lib setuptools ];

postPatch = ''
substituteInPlace setup.py --replace ",<3dev" ""
'';
propagatedBuildInputs = [ packaging six html5lib setuptools ];

# Disable network tests
checkPhase = ''
Expand Down

0 comments on commit ec618a9

Please sign in to comment.