duckinator / bork

A Python build and release management tool.
https://bork.readthedocs.io
MIT License
12 stars 2 forks source link

undeclared dependency on `pip` #327

Closed nbraud closed 9 months ago

nbraud commented 9 months ago

When writing tests for the nixpkgs derivation, I noticed that pyproject.toml declared no dependency on pip yet builder._prepare_zipapp depends it, as it calls f"{sys.executable} -m pip install --target build/zipapp {bdist_file}"

duckinator commented 9 months ago

Fixed by #330.