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

remove setuptools from runtime dependencies #224

Merged
merged 1 commit into from
Oct 10, 2024

Commits on Oct 9, 2024

  1. remove setuptools from runtime dependencies

    pyfaidx does not rely on setuptools during day to day operation, so it
    can be safely removed from the runtime dependencies.
    
    For the rationale, this change originates from the deprecation of the
    Debian package python3-pkg-resources along the upcoming Python 3.13
    reported in [Debian bug #1083691].  For short, python3-pkg-resources
    happens to be pulled by the packaging tools when runtime dependency on
    setuptools is declared.
    
    [Debian bug #1083691]: https://bugs.debian.org/1083691
    
    Signed-off-by: Étienne Mollier <emollier@debian.org>
    emollier committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    132018e View commit details
    Browse the repository at this point in the history