mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
python312Packages.html-sanitizer: fix build by adding lxml-html-clean dependency
This commit is contained in:
parent
8e0fa18a14
commit
909fb88da4
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user