ripe-gigabyte-88964
05/31/2023, 5:02 PMpython_sources
target in a subdirectory as a dependency for a python_distribution
target.
UnsupportedWildcardError: The address `./xyz::` from the `dependencies` field from the target abc:def ended in a wildcard (`::`), which is not supported.
enough-analyst-54434
05/31/2023, 5:11 PMimport *
being a bad thing generally.enough-analyst-54434
05/31/2023, 5:11 PMenough-analyst-54434
05/31/2023, 5:12 PMripe-gigabyte-88964
05/31/2023, 5:28 PMpython_sources
target that fed into my python_distribution
target. However, I want to add resources
targets for some of these targets. I could use overrides
and that's the direction I'm going to go but it would be a lot cleaner if I could have the source and resource targets in the same build file.enough-analyst-54434
05/31/2023, 5:40 PMenough-analyst-54434
05/31/2023, 5:41 PMripe-gigabyte-88964
05/31/2023, 5:45 PMpython_source
and resource
target individually and then be able to link the related ones together as part of the macro? Afaik I can't import anything in a build file but maybe there's a way to do this using the build_file_dir
?enough-analyst-54434
05/31/2023, 5:51 PMbuild_file_dir
.