You can do "%py3_build -- --some-cool-option".

On Sat, Feb 9, 2019, 14:40 Richard Shaw <[email protected] wrote:

> Just want to get others opinions before filing a bug...
>
> Currently %py3_build expands to:
>
> $ rpm -E %py3_build
> \
>   CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}"
> LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\
>   /usr/bin/python3 setup.py  build --executable="/usr/bin/python3 -s"
>   sleep 1
>
> This does not allow passing of any options that I can tell... For now I'll
> just paste this into my spec file.
>
> Thanks,
> Richard
> _______________________________________________
> devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/[email protected]
>
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to