Skip to content

Add Build-Depends and Depends by default? #1926

@WilliamDEdwards

Description

@WilliamDEdwards

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions