You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@sdispater, relating to python-pendulum/pendulum#454, should this have added a setuptools dependency somewhere? My first guess is as an installation requirement of poetry itself. Or maybe poetry-core or... though I admittedly don't know the intent of poetry so if generated sdist are trying to be installable without poetry then they would need to change their pyproject.tomlbuild-systembuild-backend and requires, but my guess is that isn't the intended situation.
f759876
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sdispater, relating to python-pendulum/pendulum#454, should this have added a
setuptools
dependency somewhere? My first guess is as an installation requirement ofpoetry
itself. Or maybepoetry-core
or... though I admittedly don't know the intent ofpoetry
so if generatedsdist
are trying to be installable withoutpoetry
then they would need to change theirpyproject.toml
build-system
build-backend
andrequires
, but my guess is that isn't the intended situation.