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

This commit is contained in:
Sandro Jäckel 2024-07-16 16:36:15 +02:00
parent 8e0fa18a14
commit 909fb88da4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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
];