Re: HEADS UP: I plan to correct "python3 setup.py build" calls without proper flags

2019-02-13 Thread Miro Hrončok
On 06. 02. 19 15:04, Miro Hrončok wrote: Hi, due to https://fedoraproject.org/wiki/Changes/Python_Extension_Flags it is no longer correct to just call `python3 setup.py build` or `python3 setup.py build_ext` in spec without setting the proper flags (for arched builds with Python extension mod

Re: HEADS UP: I plan to correct "python3 setup.py build" calls without proper flags

2019-02-06 Thread Björn 'besser82' Esser
Am Mittwoch, den 06.02.2019, 15:04 +0100 schrieb Miro Hrončok: > Hi, > > due to https://fedoraproject.org/wiki/Changes/Python_Extension_Flags > it is no > longer correct to just call `python3 setup.py build` or `python3 > setup.py > build_ext` in spec without setting the proper flags (for arched

Re: HEADS UP: I plan to correct "python3 setup.py build" calls without proper flags

2019-02-06 Thread Miro Hrončok
On 06. 02. 19 16:24, Richard Shaw wrote: Just commited option 1 to Rawhide for python-pivy Is it needed for other releases? Not needed. But also not dangerous. -- Miro Hrončok -- Phone: +420777974800 IRC: mhroncok ___ devel mailing list -- devel@lis

Re: HEADS UP: I plan to correct "python3 setup.py build" calls without proper flags

2019-02-06 Thread Richard Shaw
Just commited option 1 to Rawhide for python-pivy Is it needed for other releases? Thanks, Richard ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https:

HEADS UP: I plan to correct "python3 setup.py build" calls without proper flags

2019-02-06 Thread Miro Hrončok
Hi, due to https://fedoraproject.org/wiki/Changes/Python_Extension_Flags it is no longer correct to just call `python3 setup.py build` or `python3 setup.py build_ext` in spec without setting the proper flags (for arched builds with Python extension modules at least). That is without setting