Im having an issue where pants is properly compili...
# general
f
Im having an issue where pants is properly compiling my proto files to python sources, they show up correctly whne i do export-codegen, but it cant infer them later when i try to
package
a pex binary, do i have to do anything special to make pants know that
import my_proto_source
?
h
Do they show up in the
./pants dependencies
of the sources that import them?
If not then dep inference may not be detecting them for some reason
maybe related to source roots