File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,4 +37,12 @@ st2_component_python_distribution(
3737 "noop" : "st2common.rbac.backends.noop:NoOpRBACBackend" ,
3838 },
3939 },
40+ dependencies = [
41+ ],
42+ # commands helpful in inspecting the dependencies (the "=(...)" is zsh syntax)
43+ # python files under st2common that will not be included in the wheel
44+ # comm -13 =(./pants dependencies --transitive st2common:st2common | grep -v -e : -e __init__.py | grep st2common/st2common | sort) =(find st2common/st2common -name '*.py' -and -not -name '__init__.py' | sort)
45+ #
46+ # python files required by other wheels that are missing from st2common
47+ # comm -13 =(./pants dependencies --transitive st2common:st2common | grep st2common/st2common | sort) =(./pants list --filter-target-type=python_distribution --filter-address-regex=-st2common:st2common :: | xargs ./pants dependencies --transitive | grep st2common/st2common | sort)
4048)
You can’t perform that action at this time.
0 commit comments