summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSamuel Merritt <sam@swiftstack.com>2013-10-02 09:57:34 -0700
committerSamuel Merritt <sam@swiftstack.com>2013-10-02 09:57:34 -0700
commit062a67b07d9a16fd4970bb90798ea67d1f99b5cd (patch)
treeb2c0cd0f1f28ac5e0fa09a28831687cb326cdce8 /requirements.txt
parent9b9e50cec05c01927444f3d9f4632b464a8b34a1 (diff)
downloadswift-062a67b07d9a16fd4970bb90798ea67d1f99b5cd.tar.gz
Allow slightly older dnspython (>= 1.9.4).
This has a couple benefits. First, it means Ubuntu Precise users can just install python-dnspython from packages instead of having to pull one in from source. This should also fix an install error with new SAIO boxes where running "python setup.py develop" fails unless a satisfactory dnspython is already installed. Second, it matches the dnspython dependency in the global requirements. This means that the gates are already running with this dnspython dependency, and it means our requirements.txt is one step closer to being a subset of the global requirements.txt, which is important to some people. Change-Id: I5d58f488e1e4c4139c9fb20d89f386cab1537e98
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 70fbca17d..dae7525cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
pbr>=0.5.21,<1.0
-dnspython>=1.10.0
+dnspython>=1.9.4
eventlet>=0.9.15
greenlet>=0.3.1
netifaces>=0.5