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

pyproject.toml: fix fallout from the migration #80

Merged
merged 2 commits into from
May 31, 2024

Conversation

hnez
Copy link
Member

@hnez hnez commented May 29, 2024

It turns out that some points were missed when doing the pyproject.toml migration in #76.

Nothing mayor so far, but a few inconsistencies nevertheless.

This PR fixes two of them. Time will tell if there are even more.

hnez added 2 commits May 29, 2024 15:29
Starting with commit 41fc814 ("pyproject.toml: switch over the package
build to pyproject.toml") this file is no longer required,
as the QA requirements are just listed in the Makefile now.

Fixes: 41fc814 ("pyproject.toml: switch over the package build to pyproject.toml")
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Starting with commit 41fc814 ("pyproject.toml: switch over the package
build to pyproject.toml") there are no REQUIREMENTS*.txt files anymore,
including REQUIREMENTS.mqtt.txt.
The optional `paho-mqtt` dependency is instead listed in the
`pyproject.toml` and can be selected while `pip install`ing.

Update the error message to reflect that.

Fixes: 41fc814 ("pyproject.toml: switch over the package build to pyproject.toml")
Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
@hnez hnez merged commit 35624f2 into linux-automation:master May 31, 2024
6 checks passed
@hnez hnez deleted the pyproject-toml-fallout branch May 31, 2024 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants