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