summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-02-26 11:19:23 +0000
committerMark McLoughlin <markmc@redhat.com>2013-02-26 11:19:23 +0000
commit7f20feed09b2f6013f471939e13e6a5438ffaeb0 (patch)
treeb32bfdb2f17547253b2898b57a9d121a5cb3b62e /tools
parentac2fb0f861b5bbe3a71f619fc917eaf845a2ea17 (diff)
downloadkeystone-7f20feed09b2f6013f471939e13e6a5438ffaeb0.tar.gz
Unpin pam dependency version
Fixes bug #1133240 keystone has always pinned the pam dependency to 0.1.4 pam>=0.1.4 this version was released in November 2009 and there hasn't been a release since. I can't even find a version control repo for the project. There's no particular reason to expect a future version would break us and, indeed, we want to find out about it if it happens. Change-Id: I2becf47c9d2566e2c3496ae15ca886b737006a92
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 1da337d92..85e0e1b3e 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,5 +1,5 @@
# keystone dependencies
-pam==0.1.4
+pam>=0.1.4
WebOb==1.2.3
eventlet
greenlet