Does dependency inference work for in-repo extensi...
# general
b
Does dependency inference work for in-repo extension modules? (E.g. using
python_distribution
)
If not, I think I only have 1 instance, but that'd be cool
h
By "work for" you mean distributions depending on other distributions? python_sources depending on distributions?
b
The latter
my Python
.py
file importing a C extension module
From looking at the code I'm guessing the answer is no 🙂
h
If the distribution is published then the
python_sources
will infer a dep on the published distribution, like it would on any 3rdparty code, but if it's intended to be consumed locally then I guess not.