2 Commits
Author SHA1 Message Date
Miro HrončokandGitHub 719681bbe2 Do not require wheel for building (#85533)
* Do not require wheel for building

- current version of setuptools (70.1+) does not need wheel at all
- older versions of setuptools would fetch wheel when building wheels (but not sdists)

* Pin setuptools to a version not requiring wheel

Now when we don't list wheel,
we are unable to pin it to a particular version.

Instead, use setuptools version that no longer uses it.
2025-10-21 01:35:19 +00:00
Miro HrončokandGitHub 728b52a6ff Use /usr/bin/python3 on rhelish 9+ (#74547)
The /usr/libexec/platform-python symbolic link is just a backwards compatibility shim there.

See https://gitlab.com/redhat/centos-stream/rpms/python3.9/-/commit/ce226d00fa630afff06b0b6a7058d3038d9f7a7f
2021-05-04 12:48:16 -04:00