From 7c80352a58753007f48d9c53f6f7a38b118492da Mon Sep 17 00:00:00 2001 From: lap1nou Date: Mon, 4 Mar 2024 00:37:15 +0100 Subject: [PATCH] python311Packages.certipy-ad: added setuptools in propagatedBuildInputs Added setuptools in propagatedBuildInputs in order for the tool to work in CLI mode. --- pkgs/development/python-modules/certipy-ad/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/certipy-ad/default.nix b/pkgs/development/python-modules/certipy-ad/default.nix index bccf5c066799..dd3b161caf5d 100644 --- a/pkgs/development/python-modules/certipy-ad/default.nix +++ b/pkgs/development/python-modules/certipy-ad/default.nix @@ -14,6 +14,7 @@ , requests , requests-ntlm , unicrypto +, setuptools }: buildPythonPackage rec { @@ -49,6 +50,7 @@ buildPythonPackage rec { requests requests-ntlm unicrypto + setuptools ]; # Project has no tests