summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@chmouel.com>2012-07-03 15:08:46 +0000
committerChmouel Boudjnah <chmouel@chmouel.com>2012-07-03 15:12:03 +0000
commitf648819f02135b86c4532758972769fdcb01be5e (patch)
treef8b640d9113e87809f123fe31a365caa323560d9 /tools
parent5ad80860fa227fdab204ea464462c353bc0e59a1 (diff)
downloadkeystone-f648819f02135b86c4532758972769fdcb01be5e.tar.gz
keystone-f648819f02135b86c4532758972769fdcb01be5e.tar.xz
keystone-f648819f02135b86c4532758972769fdcb01be5e.zip
Set iso8601 module as default dependence.
- The iso8601 module is needed by the openstack.common.common.timeutils module and not just for testing anymore. - Fixes bug 1020613. Change-Id: Iee535b961cc2ac9530e31f4ff4d8c64a1822643f
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires3
-rw-r--r--tools/test-requires1
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 0e13534f..ec5562d6 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,4 +1,4 @@
-# keystonelight dependencies
+# keystone dependencies
pam==0.1.4
WebOb==1.0.8
eventlet
@@ -10,3 +10,4 @@ sqlalchemy
sqlalchemy-migrate
passlib
lxml
+iso8601>=0.1.4
diff --git a/tools/test-requires b/tools/test-requires
index c35d0150..5ec7ac05 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -16,7 +16,6 @@ Sphinx>=1.1.2 # required to build documentation
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server
distribute>=0.6.24
-iso8601>=0.1.4
# for python-keystoneclient
httplib2