python313Packages.certipy-ad: relax beautifulsoup4

This commit is contained in:
Fabian Affolter
2026-01-19 21:29:00 +01:00
parent 58a3b73f20
commit 79d269a3f3
@@ -33,6 +33,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"argcomplete"
"beautifulsoup4"
"cryptography"
"dnspython"
"ldap3"
@@ -40,8 +41,6 @@ buildPythonPackage rec {
"pyopenssl"
];
pythonRemoveDeps = [ "bs4" ];
build-system = [ setuptools ];
dependencies = [