https://bugzilla.redhat.com/show_bug.cgi?id=1739786

Petr Viktorin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #9 from Petr Viktorin <[email protected]> ---
> There's also no mention of these macros in the python packaging 
> guidelines---should we wait for them to be made public before using them?

They are currently experimental. If you use them, you should be prepared to
follow the development and maybe adjust the package if we need to do any
changes (though we'll try to not break stuff).


Anyway, you should put SETUP_REQUIRES in your pyproject.toml as well:
['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc', 'six']
Unfortunately, setuptools needs to download code from the Internet to bootstrap
and read the info from setup.py -- which isn't allowed in Fedora. It's one of
the reasons for the move to pyproject.toml.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review 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