anvil/conf/pkgs/nova-client.json

44 lines
1.1 KiB
JSON

# This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol)
{
# This is currently our "master" repo set with versions
# that we are trying to align other distributions with.
# The versions should at least be major + minor!
"ubuntu-oneiric": {
"python-prettytable": {
"version": "0.5*",
"removable": true
},
"python-argparse": {
"version": "1.1*",
"removable": true
}
},
"rhel-6": {
"python-argparse": {
"version": "1.2*",
"removable": true,
"meta": {
"epel" : true
}
},
"python-prettytable": {
"version": "0.5*",
"removable": true,
"meta": {
"epel" : true
}
}
},
"fedora-16": {
"python-argparse": {
"version": "1.1*",
"removable": true
},
"python-prettytable": {
"version": "0.5*",
"removable": true
}
}
}