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
This commit is contained in:
parent
d3441bc313
commit
65fc8c9e35
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue