Move python-routes into pip install so that we can get the right version

This commit is contained in:
Ken Thomas
2012-02-09 10:21:45 -08:00
parent c2df4b4cc5
commit 29d73b4acf
8 changed files with 14 additions and 16 deletions

View File

@@ -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",

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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*",

View File

@@ -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*",

View File

@@ -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*",

View File

@@ -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