anvil/conf/pips/glance.json
2012-02-29 16:56:16 -08:00

32 lines
792 B
JSON

# This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol)
{
"ubuntu-oneiric": {
"iso8601": {
"version": "0.1.4"
}
},
"rhel-6": {
"SQLAlchemy": {
"version": "0.7.5"
},
"Routes": {
"version": "1.12.3"
},
#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
"PasteDeploy": {
"version": "1.5"
},
"iso8601": {
"version": "0.1.4"
}
}
}