Skip to content

Commit 9b907ba

Browse files
authored
schema: Add plugin-use (wheelnext#85)
Signed-off-by: Michał Górny <[email protected]>
1 parent 32850a9 commit 9b907ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema/variants.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
"description": "Whether the provider is optional",
9292
"type": "boolean"
9393
},
94+
"plugin-use": {
95+
"description": "Whether a plugin is used: not at all, at build time or both at build and install time",
96+
"type": "string",
97+
"enum": ["none", "build", "all"]
98+
},
9499
"requires": {
95100
"description": "Dependency specifiers for how to install the plugin",
96101
"type": "array",

0 commit comments

Comments
 (0)