Unverified Commit 909fb88d authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python312Packages.html-sanitizer: fix build by adding lxml-html-clean dependency

parent 8e0fa18a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  hatchling,
  lxml,
  lxml-html-clean,
  beautifulsoup4,
  pytestCheckHook,
  pythonOlder,
@@ -27,6 +28,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    lxml
    lxml-html-clean
    beautifulsoup4
  ];