python3Packages.certipy-ad: relax dependency on dnspython (#457931)

This commit is contained in:
Fabian Affolter
2025-11-03 17:09:30 +00:00
committed by GitHub
@@ -34,8 +34,9 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"argcomplete"
"cryptography"
"pycryptodome"
"dnspython"
"ldap3"
"pycryptodome"
"pyopenssl"
];