-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.1: build depends on setuptools
and poetry
. Is that correct?🤔
#178
Milestone
Comments
This was referenced Sep 5, 2022
Just tested that commit and with it still pep157 build requires both + /usr/bin/python3 -sBm build -w --no-isolation
* Getting dependencies for wheel...
ERROR Missing dependencies:
setuptools>=59,<70 |
kloczek
changed the title
3.2.1: build depends on
3.2.1: build depends on Sep 12, 2022
setuptools
and 'poetry`. Is that correct?🤔setuptools
and poetry
. Is that correct?🤔
Cito
added a commit
that referenced
this issue
Sep 23, 2022
That means we also don't need MANIFEST.in and check-manifest any more.
This is now fixed in the main branch (used for the upcoming 3.3 release), we only require poetry as build tool now. |
Fix available in v3.3.0a1 for testing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
However after adding
poetry-core
to build env ..hmm 🤔
The text was updated successfully, but these errors were encountered: