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

Option, no-binary #135

Open
alegtk opened this issue Oct 4, 2022 · 1 comment
Open

Option, no-binary #135

alegtk opened this issue Oct 4, 2022 · 1 comment

Comments

@alegtk
Copy link

alegtk commented Oct 4, 2022

Greetings.
As far as I can see, the export is not carrying the --no-binary option for selected packages.
For instance, we have a package wide configuration such as this
$ cat poetry.toml
[installer]
no-binary = ["confluent-kafka"]

And the no-binary is missing in the requirements.txt
$ cat requirements.txt
confluent-kafka==1.9.2 ; python_version >= "3.10" and python_version < "4.0"
--hash=sha256:24872e3e427b16f77461ae7e6cf48f9c5c03c06884ac51bad179580a4dd29145
[...]

-Settings under test
$ poetry self show plugins
• poetry-plugin-export (1.1.1) Poetry plugin to export the dependencies to various formats
1 application plugin
Dependencies
- poetry (>=1.2.0,<2.0.0)
- poetry-core (>=1.1.0,<2.0.0)

Thank you for the great job!

@nilox94
Copy link

nilox94 commented Dec 21, 2023

Here's the relevant PR that introduced the installer.no-binary config: python-poetry/poetry#5609.

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

No branches or pull requests

2 participants