From 062a67b07d9a16fd4970bb90798ea67d1f99b5cd Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Wed, 2 Oct 2013 09:57:34 -0700 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70fbca17d7..dae7525cdb 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