mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
DNS: URI records: bump python-dns requirements
Support for DNS URI records has been added in python-dns 1.13 https://fedorahosted.org/freeipa/ticket/6344 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class build_py(setuptools_build_py):
|
||||
|
||||
PACKAGE_VERSION = {
|
||||
'cryptography': 'cryptography >= 0.9',
|
||||
'dnspython': 'dnspython >= 1.11.1',
|
||||
'dnspython': 'dnspython >= 1.13',
|
||||
'gssapi': 'gssapi > 1.1.2',
|
||||
'ipaclient': 'ipaclient == @VERSION@',
|
||||
'ipalib': 'ipalib == @VERSION@',
|
||||
|
||||
Reference in New Issue
Block a user