On Tue, Oct 8, 2019 at 1:56 PM Irina Boverman <[email protected]> wrote:
>
> Using "BuildRequires:  python%{python3_pkgversion}-devel" results in this 
> error:
>
> fedpkg scratch-build
> DEBUG util.py:593:  No matching package to install: 'python36-devel'

A lot of Fedora .spec files use "python3-devel" and various "pyton3-"
modules. If you switch this to "python%{python3_pkgversion}-", *AND*
if you add "BuildRequires: epel-rpm-mocros" for rhel based
environments, it works much better to play nicely with the new RHEL
and the existing EPEL packages.
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to