mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
Merge pull request #296632 from fabaff/certipy-ad-main
python311Packages.certipy-ad: refactor
This commit is contained in:
commit
c808ca2555
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user