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

PyPI project metadata doesn't specify requires_dist #273

Closed
RaptDept opened this issue Jul 3, 2018 · 1 comment
Closed

PyPI project metadata doesn't specify requires_dist #273

RaptDept opened this issue Jul 3, 2018 · 1 comment

Comments

@RaptDept
Copy link

RaptDept commented Jul 3, 2018

poetry's dependency resolver uses PyPI's JSON API, particularly the info.requires_dist field, to determine a package's dependencies. In dill's case, this field is null. Because of this, poetry won't pick up the pyreadlines dependency when installing dill on Windows.

(see python-poetry/poetry#20 (comment) for a bit of similar context)

@mmckerns
Copy link
Member

mmckerns commented May 2, 2022

I believe this was silently addressed in 2019 or so, and the issue not closed. If you check the link you provided above, it seems to work as requires_dist is not null. Closing this issue. Please reopen if it was closed in error.

@mmckerns mmckerns closed this as completed May 2, 2022
@mmckerns mmckerns added this to the dill-0.3.5 milestone May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants