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:
Clark Boylan 2017-06-16 11:26:31 -07:00 committed by Ian Wienand
parent 18a0d970fa
commit 559de43694
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
},
"suse": {
"python-xml": "python-xml",
"python-dev": "python2-devel",
"python-dev": "python-devel",
"python3-dev": "python3-devel"
},
"redhat": {