We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e333d6 commit fcc2302Copy full SHA for fcc2302
pants-plugins/pack_metadata/target_types.py
@@ -80,9 +80,13 @@ class PackMetadataInGitSubmodule(PackMetadata):
80
)
81
82
83
+class PacksGlobDependencies(Dependencies):
84
+ pass
85
+
86
87
class PacksGlob(GenericTarget):
88
alias = "packs_glob"
- core_fields = (*COMMON_TARGET_FIELDS, Dependencies)
89
+ core_fields = (*COMMON_TARGET_FIELDS, PacksGlobDependencies)
90
help = (
91
"Packs glob.\n\n"
92
"Avoid using this target. It gets automatic dependencies on all "
0 commit comments