The current guidelines could be misinterpreted to mean that a Python package must always have an explicit BuildRequires: python3-devel in the spec file. This change mentions this option in a bullet list alongside %pyproject_buildrequires.
This also adds a specific mention that pulling in the build-time dependency transitively is not sufficient.
The current guidelines could be misinterpreted to mean that a Python package must always have an explicit
BuildRequires: python3-develin the spec file. This change mentions this option in a bullet list alongside%pyproject_buildrequires.This also adds a specific mention that pulling in the build-time dependency transitively is not sufficient.
This is a follow up to #1379.