On suse the python2 dev package is python-devel
This was previously defined as python2-devel (which is what rhel uses), but the actual package name is python-devel. See: https://software.opensuse.org/package/python-devel Change-Id: Id61e5b05772d10c32b33d3e70cb64d5ebdcba6e4
This commit is contained in:
parent
18a0d970fa
commit
559de43694
@ -10,7 +10,7 @@
|
||||
},
|
||||
"suse": {
|
||||
"python-xml": "python-xml",
|
||||
"python-dev": "python2-devel",
|
||||
"python-dev": "python-devel",
|
||||
"python3-dev": "python3-devel"
|
||||
},
|
||||
"redhat": {
|
||||
|
Loading…
Reference in New Issue
Block a user