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

Commits on May 29, 2024

  1. Remove REQUIREMENTS.qa.txt

    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 <[email protected]>
    hnez committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ca45991 View commit details
    Browse the repository at this point in the history
  2. usbsdmux: mqtthelper: update install instructions for paho-mqtt

    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 <[email protected]>
    hnez committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e0b3d57 View commit details
    Browse the repository at this point in the history