Fixing other pycryptos for rhel.
This commit is contained in:
parent
a504f93601
commit
19cde481ea
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user