Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

missing conversion of dependency markers #471

Open
bnavigator opened this issue Oct 8, 2020 · 0 comments
Open

missing conversion of dependency markers #471

bnavigator opened this issue Oct 8, 2020 · 0 comments

Comments

@bnavigator
Copy link

The clikit dependency on typing extensions reads:

[tool.poetry.dependencies]
typing-extensions = { version = "^3.6", markers = 'python_version >= "3.5" and python_full_version < "3.5.4"' }

But dephell deps convert --traceback --level=INFO --from pyproject.toml --to-format setuppy --to-path setup.py produces

install_requires=[ ... 'typing-extensions==3.*,>=3.6.0']

essentially requiring typing-extensions for every Python version, when it shouldn't.

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

No branches or pull requests

1 participant