Skip to content

Get rid of srvlookup dependency #71

Open
@jsf9k

Description

@jsf9k

💡 Summary

We should consider getting rid of the srvlookup dependency.

Motivation and context

On Debian Bookworm, pip now correctly identifies the system Python as being "externally managed" and balks when you try to install pip packages under it. Thus, pip is enforcing the wise rule to only install Python packages under the system python via system packages; if really need to install packages via pip then you should be using a venv.

Unfortunately neither Debian nor RedHat offers a system package for the srvlookup Python package, and it is the only remaining pip package that we are installing. All the other dependencies have been changed to be satisfied via system packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency fileimprovementThis issue or pull request will add or improve functionality, maintainability, or ease of use

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions