Skip to content

Commit b723006

Browse files
aignasrickeylev
andauthored
Update python/private/pypi/config_settings.bzl
Co-authored-by: Richard Levasseur <[email protected]>
1 parent 58c7190 commit b723006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/private/pypi/config_settings.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ def config_settings(
127127
osx_versions (list[str]): The list of OSX OS versions to configure
128128
config settings for.
129129
platform_constraint_values: {type}`dict[str, list[str]]` the constraint
130-
values to use instead of the default ones.
130+
values to use instead of the default ones. Key are platform names
131+
(a human-friendly platform string). Values are lists of
132+
`constraint_value` label strings.
131133
**kwargs: Other args passed to the underlying implementations, such as
132134
{obj}`native`.
133135
"""

0 commit comments

Comments
 (0)