Fixing other pycryptos for rhel.
This commit is contained in:
parent
a504f93601
commit
19cde481ea
@ -12,7 +12,8 @@
|
|||||||
"rhel-6": {
|
"rhel-6": {
|
||||||
#the base is 2.0, need to upgrade
|
#the base is 2.0, need to upgrade
|
||||||
"pycrypto": {
|
"pycrypto": {
|
||||||
"version": "2.5"
|
"version": "2.5",
|
||||||
|
"options": "--upgrade"
|
||||||
},
|
},
|
||||||
#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
|
||||||
|
@ -15,7 +15,8 @@
|
|||||||
},
|
},
|
||||||
#the base is 2.0, need to upgrade
|
#the base is 2.0, need to upgrade
|
||||||
"pycrypto": {
|
"pycrypto": {
|
||||||
"version": "2.5"
|
"version": "2.5",
|
||||||
|
"options": "--upgrade"
|
||||||
},
|
},
|
||||||
#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
|
||||||
|
@ -9,11 +9,17 @@
|
|||||||
},
|
},
|
||||||
#the base is 0.4, need to upgrade (?)
|
#the base is 0.4, need to upgrade (?)
|
||||||
"Tempita": {
|
"Tempita": {
|
||||||
"version": "0.5dev"
|
"version": "0.5dev",
|
||||||
|
"options": "--upgrade"
|
||||||
},
|
},
|
||||||
"sqlalchemy-migrate": {
|
"sqlalchemy-migrate": {
|
||||||
"version": "0.7.2"
|
"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
|
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user