summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2016-06-29 09:30:34 +0200
committerVictor Stinner <vstinner@redhat.com>2016-07-08 07:56:16 +0000
commitc21375227165077d48bb7ef4e64a11f46d68b696 (patch)
tree7a9fd0f4bd20be4910f87d85a03b75090c4f704e /requirements.txt
parentedc562e68ba7072cf230da83c5caf6708e1e07a3 (diff)
downloadswift-c21375227165077d48bb7ef4e64a11f46d68b696.tar.gz
Update dnspython to 1.14
dnspython 1.14 adds Python 3 support and so can now be used on Python 2 and Python 3. Drop dnspython3 dependency. Change-Id: I0a860b03800aeeed4375f528e6bf9cca57129db7
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 3c17288b9..eed45fa8f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,8 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-dnspython>=1.12.0;python_version<'3.0'
-dnspython3>=1.12.0;python_version>='3.0'
+dnspython>=1.14.0 # http://www.dnspython.org/LICENSE
eventlet>=0.17.4 # MIT
greenlet>=0.3.1
netifaces>=0.5,!=0.10.0,!=0.10.1