commit | 78cf6f642aea91385dfbe6e1fa594e9f5373e69c | [log] [tgz] |
---|---|---|
author | Terry Wilson <twilson@redhat.com> | Tue Oct 15 19:45:09 2019 +0000 |
committer | Terry Wilson <twilson@redhat.com> | Wed Jan 22 20:03:29 2020 -0600 |
tree | ac65c1f2f82ce3f88f72bee3e5b0a02fb7566511 | |
parent | e18325ca67dcb70b01a29563432291e1baf9f46e [diff] |
Always install python3 and its dev package Some distros do not install python3/python3-devel with the minimal install. F29 doesn't install -devel, and neither Centos 7 or 8 install either. This patch ensures that these packages get installed. Ideally, PYTHON3_VERSION would be set *after* ensuring that python3 was installed, but it gets a little tricky with all of the includes. This sets it to 3.6 as nothing uses 3.5 anymore. Change-Id: I7bdfc408b7c18273639ec26eade475856ac43593