summaryrefslogtreecommitdiffstats
path: root/ipasetup.py.in
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-11-28 14:52:21 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-29 14:28:42 +0100
commita291c6ded91611ea2bd1a1fdb96314721d73a75f (patch)
treea85a3bb5462ac4c54dfa6ee3a2af1604173ca62a /ipasetup.py.in
parent132b475c2586f3ced68724355e9c45722dccf604 (diff)
downloadfreeipa-a291c6ded91611ea2bd1a1fdb96314721d73a75f.tar.gz
freeipa-a291c6ded91611ea2bd1a1fdb96314721d73a75f.tar.xz
freeipa-a291c6ded91611ea2bd1a1fdb96314721d73a75f.zip
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>
Diffstat (limited to 'ipasetup.py.in')
-rw-r--r--ipasetup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipasetup.py.in b/ipasetup.py.in
index fac4b252e..1db485730 100644
--- a/ipasetup.py.in
+++ b/ipasetup.py.in
@@ -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@',