From 79d269a3f31dcc36ad9f7ee83381dc3f6ba7900a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 19 Jan 2026 21:29:00 +0100 Subject: [PATCH] python313Packages.certipy-ad: relax beautifulsoup4 --- pkgs/development/python-modules/certipy-ad/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/certipy-ad/default.nix b/pkgs/development/python-modules/certipy-ad/default.nix index ce11aba66c94..c31c15bbe9f7 100644 --- a/pkgs/development/python-modules/certipy-ad/default.nix +++ b/pkgs/development/python-modules/certipy-ad/default.nix @@ -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 = [