Skip to content
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

The poetry-core requirement is too strict #289

Closed
mtelka opened this issue Nov 22, 2022 · 1 comment · Fixed by #291
Closed

The poetry-core requirement is too strict #289

mtelka opened this issue Nov 22, 2022 · 1 comment · Fixed by #291

Comments

@mtelka
Copy link

mtelka commented Nov 22, 2022

I'd like to package cleo for OpenIndiana, but it is very hard to do so because build requirements for cleo are these (from pyproject.toml):

[build-system]
requires = ["poetry-core~=1.1.0"]
build-backend = "poetry.core.masonry.api"

The current packaged version of poetry-core for OpenIndiana is 1.3.2 and we will update to recently released 1.4.0 soon.

Could you please update cleo to relax its poetry-core requirements?

Thank you.

@neersighted
Copy link
Member

Oops, looks like an oversight -- there was probably some context for this oddly constrained requirement, but this most definitely violates best practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants