core: libs: commonwealth: We should remove dependency links and move to PEP 508 https://peps.python.org/pep-0508/ #2980
Labels
core
Issue related to BlueOS-core
enhancement
New feature or request
triage
Needs triage from developers
Current behaviour
The
--process-dependency-links
was removed in PIP 19.0 so if some extension wants to install commonwealth by example, it needs to specify its dependency links as part of its ownsetup.py
like:Expected or desired behaviour
Extension should only include commonwealth as a dependency and it should automatically resolve its sub dependencies needed.
Prerequisites
The text was updated successfully, but these errors were encountered: