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": {
"version": "0.7.5"
},
"python-routes": {
"version": "1.12*",
"removable": true
"Routes": {
"version": "1.12.3"
},
#the base is 2.0, need to upgrade
"pycrypto": {

View File

@ -53,10 +53,10 @@
},
"django-staticfiles" : {
"version": "1.1.2"
}
"python-routes": {
"version": "1.12*",
},
"Routes": {
"version": "1.12.3"
}
},
"fedora-16": {
# rpm 1.7.9.1 does not have exceptions.Error

View File

@ -18,8 +18,8 @@
"version": "2.5",
"options": "--upgrade"
},
"python-routes": {
"version": "1.12*",
"Routes": {
"version": "1.12.3"
},
#the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following

View File

@ -20,9 +20,8 @@
"version": "2.5",
"options": "--upgrade"
},
"python-routes": {
"version": "1.12*",
"removable": true
"Routes": {
"version": "1.12.3"
},
#the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following