Merge pull request #293041 from lap1nou/update-certipy
Fixed certipy-ad package CLI
This commit is contained in:
commit
eeeb7cb750
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue