high-yak-85899
02/17/2023, 10:33 PMdependencies=["//my/dir/**/*_my_file.py"], but I keep getting hit with various forms of DifferingFamiliesError. I'd like to avoid having to put one python_sources really high up that globs like sources=["//my/dir/**/*_my_file.py"] if possible.high-yak-85899
02/17/2023, 11:27 PMhigh-yak-85899
02/17/2023, 11:28 PMhappy-kitchen-89482
02/18/2023, 3:13 PMdependencies=. You'd have to enumerate them if they can't be inferred.happy-kitchen-89482
02/18/2023, 3:14 PMpython_sources works, but if those sources are also owned by other targets then you have sources owned by two targets, which can introduce dep inference ambiguityhappy-kitchen-89482
02/18/2023, 3:16 PMhappy-kitchen-89482
02/18/2023, 3:17 PM*_my_file.py are generated from protos?high-yak-85899
02/18/2023, 4:25 PMhigh-yak-85899
02/18/2023, 4:26 PM