Fixing other pycryptos for rhel.

This commit is contained in:
Joshua Harlow 2012-02-07 16:02:41 -08:00
parent a504f93601
commit 19cde481ea
3 changed files with 11 additions and 3 deletions

View File

@ -12,7 +12,8 @@
"rhel-6": {
#the base is 2.0, need to upgrade
"pycrypto": {
"version": "2.5"
"version": "2.5",
"options": "--upgrade"
},
#the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following

View File

@ -15,7 +15,8 @@
},
#the base is 2.0, need to upgrade
"pycrypto": {
"version": "2.5"
"version": "2.5",
"options": "--upgrade"
},
#the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following

View File

@ -9,11 +9,17 @@
},
#the base is 0.4, need to upgrade (?)
"Tempita": {
"version": "0.5dev"
"version": "0.5dev",
"options": "--upgrade"
},
"sqlalchemy-migrate": {
"version": "0.7.2"
},
#the base is 2.0, need to upgrade
"pycrypto": {
"version": "2.5",
"options": "--upgrade"
},
#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