26 lines
672 B
JSON
26 lines
672 B
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-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": true
|
|
}
|
|
},
|
|
"rhel-6": {
|
|
"python-dateutil": {
|
|
"version": "1.4*",
|
|
"removable": false
|
|
}
|
|
},
|
|
"fedora-16": {
|
|
"python-dateutil": {
|
|
"version": "1.5*",
|
|
"removable": false
|
|
}
|
|
}
|
|
}
|