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

Debians lintian nagging about build-backend. #733

Open
kathenas opened this issue Nov 19, 2023 · 1 comment
Open

Debians lintian nagging about build-backend. #733

kathenas opened this issue Nov 19, 2023 · 1 comment
Labels

Comments

@kathenas
Copy link
Contributor

Version: rednotebook git master.

Under Debian, lintian will nag about the below.

I: rednotebook source: missing-prerequisite-for-pyproject-backend setuptools.build_meta (does not satisfy python3-setuptools:any, pybuild-plugin-pyproject:any) [pyproject.toml:3]

Changing:

build-backend = "setuptools.build_meta"

to

build-backend = "setuptools.build_meta:__legacy__"

seems to correct the issue. Not being big on python builds, this report is more speculative.

Ref: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#backend-configuration

@kathenas kathenas added the bug label Nov 19, 2023
@jendrikseipp
Copy link
Owner

Thanks for the report! The solution looks reasonable to me. I'm AFK so can't change this now. But happy to accept a PR:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants