We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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:)
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: