Tweaking pip install of Routes

This commit is contained in:
Ken Thomas 2012-02-09 10:53:36 -08:00
parent 29d73b4acf
commit 00e65ddb8c
4 changed files with 9 additions and 11 deletions

View File

@ -7,9 +7,8 @@
"SQLAlchemy": { "SQLAlchemy": {
"version": "0.7.5" "version": "0.7.5"
}, },
"python-routes": { "Routes": {
"version": "1.12*", "version": "1.12.3"
"removable": true
}, },
#the base is 2.0, need to upgrade #the base is 2.0, need to upgrade
"pycrypto": { "pycrypto": {

View File

@ -53,10 +53,10 @@
}, },
"django-staticfiles" : { "django-staticfiles" : {
"version": "1.1.2" "version": "1.1.2"
}
"python-routes": {
"version": "1.12*",
}, },
"Routes": {
"version": "1.12.3"
}
}, },
"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,8 +18,8 @@
"version": "2.5", "version": "2.5",
"options": "--upgrade" "options": "--upgrade"
}, },
"python-routes": { "Routes": {
"version": "1.12*", "version": "1.12.3"
}, },
#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

View File

@ -20,9 +20,8 @@
"version": "2.5", "version": "2.5",
"options": "--upgrade" "options": "--upgrade"
}, },
"python-routes": { "Routes": {
"version": "1.12*", "version": "1.12.3"
"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