summaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-powerdns/files/patch-setup.py
blob: 4760eeb71c6f2947c0da88caa0a8cf8bb6d24b8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2022-08-16 19:53:36 UTC
+++ setup.py
@@ -11,7 +11,7 @@ with open('README.md') as f:
 install_requires = [
     'acme>=0.31.0',
     'certbot>=0.31.0',
-    'dns-lexicon>=3.2.4,<=3.5.6',
+    'dns-lexicon>=3.2.4',
     'dnspython',
     'mock',
     'setuptools',