[
https://issues.apache.org/jira/browse/AVRO-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17038507#comment-17038507
]
Michael A. Smith commented on AVRO-2747:
----------------------------------------
I don't object to adding a pyproject.toml, but I think the real mistake causing
you trouble is that those setup_requires aren't actually required for setup.
This is a throwback to when setuptools was recommending everything be run from
setup.py, such as {{./setup.py test}}.
So, if it's up to me to do this, I'll probably start there. But if you want to
make a pull request proposing a pyproject.toml, that would be OK too.
> provide pyproject.toml alongside setup_requires
> -----------------------------------------------
>
> Key: AVRO-2747
> URL: https://issues.apache.org/jira/browse/AVRO-2747
> Project: Apache Avro
> Issue Type: Bug
> Components: python
> Affects Versions: 1.9.2
> Reporter: Bernat Gabor
> Priority: Major
>
> 1.9.2 adds two setup_requires dependencies; these are served by using the
> easy_install system that has a different index server configuration than pip;
> this means that a previously working ``pip -i
> [http://a.index.server/simple]`` now breaks. Add the pyproject.toml as per
> PEP-517 and PEP-518 to give a chance to pip to provide these dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)