Fix incompatibility with lexicon >= v3.6.0 (#8819)

This commit is contained in:
Thomas G
2021-05-16 15:03:53 +02:00
committed by GitHub
parent 466e437a20
commit bc23e07ee5
15 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ if os.environ.get('SNAP_BUILD'):
# which allows us to potentially upgrade our packages in these distros
# as necessary.
if os.environ.get('CERTBOT_OLDEST') == '1':
install_requires.append('dns-lexicon>=2.2.1')
install_requires.append('dns-lexicon>=3.1.0') # Changed parameter name
else:
install_requires.append('dns-lexicon>=3.2.1')