INTERPRETER_PYTHON_DISTRO_MAP: Treat oracle same as rhel/centos (#73498)

* treat oracle same as rhel/centos

* fix misunderstood use of yaml anchors

* add changelog fragment

* Update changelogs/fragments/73498-INTERPRETER_PYTHON_DISTRO_MAP-Treat-oracle-same-as-rhel-centos.yml
pull/73540/head
Eugene Vilensky 4 years ago committed by GitHub
parent d3441bc313
commit 65fc8c9e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- INTERPRETER_PYTHON_DISTRO_MAP - prefer ``/usr/libexec/platform-python`` on ``oraclelinux 8`` when other pythons are present.

@ -1592,6 +1592,7 @@ INTERPRETER_PYTHON_DISTRO_MAP:
'10': /usr/bin/python3
fedora:
'23': /usr/bin/python3
oracle: *rhelish
redhat: *rhelish
rhel: *rhelish
ubuntu:

Loading…
Cancel
Save