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

Non-normalized package names in pyproject.toml result in duplicate dependencies in METADATA #20

Open
edgarrmondragon opened this issue Jan 23, 2024 · 1 comment

Comments

@edgarrmondragon
Copy link

edgarrmondragon commented Jan 23, 2024

When using poetry blixbuild, the following dependencies:

[tool.poetry.dependencies]
python = "^3.11"
"ruamel.yaml" = "^0.17.21"

result in

Requires-Dist: ruamel-yaml (==0.17.40)
Requires-Dist: ruamel-yaml-clib (==0.2.8)
Requires-Dist: ruamel.yaml (>=0.17.21,<0.18.0)

while

[tool.poetry.dependencies]
python = "^3.11"
"ruamel-yaml" = "^0.17.21"

results in

Requires-Dist: ruamel-yaml (>=0.17.21,<0.18.0)
Requires-Dist: ruamel-yaml-clib (==0.2.8)
@edgarrmondragon edgarrmondragon changed the title Non-normalized package names in pyproject.toml results in duplicate dependencies in METADATA Non-normalized package names in pyproject.toml result in duplicate dependencies in METADATA Jan 23, 2024
@edgarrmondragon
Copy link
Author

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

1 participant