Move python-routes into pip install so that we can get the right version
This commit is contained in:
parent
c2df4b4cc5
commit
29d73b4acf
@ -7,6 +7,10 @@
|
||||
"SQLAlchemy": {
|
||||
"version": "0.7.5"
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
"removable": true
|
||||
},
|
||||
#the base is 2.0, need to upgrade
|
||||
"pycrypto": {
|
||||
"version": "2.5",
|
||||
|
@ -54,6 +54,9 @@
|
||||
"django-staticfiles" : {
|
||||
"version": "1.1.2"
|
||||
}
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
},
|
||||
},
|
||||
"fedora-16": {
|
||||
# rpm 1.7.9.1 does not have exceptions.Error
|
||||
|
@ -18,6 +18,9 @@
|
||||
"version": "2.5",
|
||||
"options": "--upgrade"
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
},
|
||||
#the newest we can get is 1.3.3 from epel/rhel
|
||||
#this causes issues like the following
|
||||
#https://answers.launchpad.net/nova/+question/174160
|
||||
|
@ -20,6 +20,10 @@
|
||||
"version": "2.5",
|
||||
"options": "--upgrade"
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
"removable": true
|
||||
},
|
||||
#the newest we can get is 1.3.3 from epel/rhel
|
||||
#this causes issues like the following
|
||||
#https://answers.launchpad.net/nova/+question/174160
|
||||
|
@ -56,10 +56,6 @@
|
||||
"version": "0.9*",
|
||||
"removable": true
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
"removable": true
|
||||
},
|
||||
# Requires EPEL
|
||||
"python-greenlet": {
|
||||
"version": "0.3.1*",
|
||||
|
@ -94,10 +94,6 @@
|
||||
"version": "1.7.4*",
|
||||
"removable": true
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
"removable": true
|
||||
},
|
||||
# Requires EPEL
|
||||
"python-webob1.0": {
|
||||
"version": "1.0*",
|
||||
|
@ -129,10 +129,6 @@
|
||||
"version": "0.3.1*",
|
||||
"removable": true
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
"removable": true
|
||||
},
|
||||
# Requires EPEL
|
||||
"python-passlib": {
|
||||
"version": "1.5*",
|
||||
|
@ -224,10 +224,6 @@
|
||||
"version": "2.7*",
|
||||
"removable": false
|
||||
},
|
||||
"python-routes": {
|
||||
"version": "1.12*",
|
||||
"removable": true
|
||||
},
|
||||
"python-netaddr": {
|
||||
"version": "0.7*",
|
||||
"removable": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user