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 = [