-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
I'm looking to build debs for a few PyPI packages, for which our own packaging tooling is overkill. While testing fpm, it caught my attention that Build-Depends and Depends are not set. I'd expect them to be set to something like:
Build-Depends: python3-all, dh-python, debhelper (>= 10), python3-setuptools
Depends: python3, ${misc:Depends}
After all, fpm has the information it needs to set these lines. E.g. by looking at the Python version of the specified --python-bin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels