Unverified Commit 2663c507 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 2f40ddb1 ac324844
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,8 +34,9 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "argcomplete"
    "cryptography"
    "pycryptodome"
    "dnspython"
    "ldap3"
    "pycryptodome"
    "pyopenssl"
  ];