Add mapping for python-dev for Ubuntu Focal

In Ubuntu Focal there is no package named 'python-dev'.
This patch maps this to 'python3-dev'.

Change-Id: I2ea41c36d13748dd5a375853b26aacfc63c1bd48
Signed-off-by: Andreas Florath <andreas.florath@telekom.de>
Closes-Bug: 1865328
This commit is contained in:
Andreas Florath 2020-03-01 08:53:24 +01:00
parent da5e583430
commit d248a017cb
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
{
"release": {
"ubuntu": {
"focal": {
"python-dev": "python3-dev"
}
}
},
"family": {
"debian": {
"os-collect-config": "python-os-collect-config"