Skip to content

Commit fcc2302

Browse files
committed
add PacksGlobDependencies field
1 parent 3e333d6 commit fcc2302

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pants-plugins/pack_metadata/target_types.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,13 @@ class PackMetadataInGitSubmodule(PackMetadata):
8080
)
8181

8282

83+
class PacksGlobDependencies(Dependencies):
84+
pass
85+
86+
8387
class PacksGlob(GenericTarget):
8488
alias = "packs_glob"
85-
core_fields = (*COMMON_TARGET_FIELDS, Dependencies)
89+
core_fields = (*COMMON_TARGET_FIELDS, PacksGlobDependencies)
8690
help = (
8791
"Packs glob.\n\n"
8892
"Avoid using this target. It gets automatic dependencies on all "

0 commit comments

Comments
 (0)