diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-02-26 11:19:23 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-02-26 11:19:23 +0000 |
commit | 7f20feed09b2f6013f471939e13e6a5438ffaeb0 (patch) | |
tree | b32bfdb2f17547253b2898b57a9d121a5cb3b62e /tools/pip-requires | |
parent | ac2fb0f861b5bbe3a71f619fc917eaf845a2ea17 (diff) | |
download | keystone-7f20feed09b2f6013f471939e13e6a5438ffaeb0.tar.gz keystone-7f20feed09b2f6013f471939e13e6a5438ffaeb0.tar.xz keystone-7f20feed09b2f6013f471939e13e6a5438ffaeb0.zip |
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/pip-requires')
-rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 1da337d9..85e0e1b3 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 |