Merge pull request #296632 from fabaff/certipy-ad-main

python311Packages.certipy-ad: refactor
This commit is contained in:
Fabian Affolter 2024-03-18 08:12:52 +01:00 committed by GitHub
commit c808ca2555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "certipy-ad";
version = "4.8.2";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -37,6 +37,10 @@ buildPythonPackage rec {
--replace "pyasn1==0.4.8" "pyasn1"
'';
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
asn1crypto
cryptography
@ -49,8 +53,8 @@ buildPythonPackage rec {
pyopenssl
requests
requests-ntlm
unicrypto
setuptools
unicrypto
];
# Project has no tests