-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Python: fix packages that use poetry as build backend to use poetry-core #103325
Labels
0.kind: bug
Something is broken
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: python
Comments
waiting for 1.2.3 of supakeen/pinnwand#101 |
Both of these should be built using poetry, since their tests are only available when pulling from Git. |
This was referenced Jan 7, 2021
10 tasks
11 tasks
I marked this as stale due to inactivity. → More info |
stale
bot
added
the
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
label
Jul 8, 2021
13 tasks
12 tasks
erictapen
added a commit
to erictapen/python-slapd
that referenced
this issue
Aug 30, 2024
The poetry build backend was split into the package poetry-core. See also https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 NixOS/nixpkgs#103325
azmeuk
pushed a commit
to yaal-coop/canaille
that referenced
this issue
Aug 30, 2024
The poetry build backend was split into the package poetry-core. See also https://python-poetry.org/docs/pyproject/#poetry-and-pep-517 NixOS/nixpkgs#103325
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0.kind: bug
Something is broken
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: python
Describe the bug
The build backend for Poetry was split out into a separate package,
poetry-core
. Unfortunately, most packages requiring it, still refer topoetry.masonry.api
instead of the preferredpoetry.core.masonry.api
.Note these are upstream bugs
The text was updated successfully, but these errors were encountered: