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:
Martin Basti
2016-11-29 14:28:42 +01:00
parent 132b475c25
commit a291c6ded9
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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@',