~ubuntu-branches/debian/sid/keystone/sid

« back to all changes in this revision

Viewing changes to debian/patches/pip-require_versions

  • Committer: Package Import Robot
  • Author(s): Ghe Rivero
  • Date: 2012-05-02 10:17:35 UTC
  • Revision ID: package-import@ubuntu.com-20120502101735-kszrrmka07xs1l37
Tags: 2012.1-2
Fixed python version requisites on webob and pam. Closes: #665804

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/tools/pip-requires
 
2
+++ b/tools/pip-requires
 
3
@@ -1,6 +1,6 @@
 
4
 # keystonelight dependencies
 
5
-pam==0.1.4
 
6
-WebOb==1.0.8
 
7
+pam>=0.1.4
 
8
+WebOb>=1.0.8
 
9
 eventlet
 
10
 greenlet
 
11
 PasteDeploy