aspect-build / rules_py

More compatible Bazel rules for running Python tools and building Python projects
Apache License 2.0
86 stars 29 forks source link

Fix for external deps that use repo root relative imports #310

Closed scasagrande closed 8 months ago

scasagrande commented 8 months ago

Type of change

Test plan

Details

As a follow-up to https://github.com/aspect-build/rules_py/pull/299 , this PR enables the use of external dependencies that use workspace root relative imports.

This just expands current functionality to also cover the case where the dependency is from an external workspace.

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.