Resolve a bundle dependency to an existing installation #2627
Labels
design 🚲🏠
Bust out your paint chips, it's time to bikeshed.
hmm 🛑🤔
Needs more thinking time. Don't start on it yet, please.
pep003-advanced-dependencies
Implementation of the Advanced Dependencies proposal
When the bundle dependency graph is resolved, we should also include installations in the same namespace or the global namespace.
The rules for matching an installation are different than matching a new bundle to install because we don't need to run the bundle in order to reuse it. We still need to consider if upgrade/uninstall impacts the constraints put on the bundle interface however. So that needs to be updated in the PEP before implementing this.
Dependencies
ℹ️ Read PEP003 - Advanced Dependencies for context about how dependencies should work, design details, and notes about desired behavior.
The text was updated successfully, but these errors were encountered: