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

fix(pdm): Make package dependencies lowercase to be consistent with pdm lock #742

Closed

Conversation

purepani
Copy link
Contributor

Package dependencies in the lock file can have uppercase letters, while all pdm.lock entries are lowercase. The package that I found this in was flask.
This PR fixes this by making all package names lowercase it getDepsRecursively.

@purepani
Copy link
Contributor Author

I've realized that this patch is a terrible solution, and this should probably be fixed in upstream for https://github.com/adisbladis/pyproject.nix/, so I'll close this, and just open an issue.

@purepani purepani closed this Oct 16, 2023
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 this pull request may close these issues.

1 participant