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 619af6e commit e2d749cCopy full SHA for e2d749c
python/features.bzl
@@ -31,6 +31,14 @@ def _features_typedef():
31
:::
32
::::
33
34
+ ::::{field} py_info_site_packages_symlinks
35
+
36
+ True if the `PyInfo.site_packages_symlinks` field is available.
37
38
+ :::{versionadded} VERSION_NEXT_FEATURE
39
+ :::
40
+ ::::
41
42
::::{field} uses_builtin_rules
43
:type: bool
44
@@ -51,7 +59,9 @@ def _features_typedef():
51
59
52
60
features = struct(
53
61
TYPEDEF = _features_typedef,
62
+ # keep sorted
54
63
precompile = True,
64
+ py_info_site_packages_symlinks = True,
55
65
uses_builtin_rules = not config.enable_pystar,
56
66
version = _VERSION_PRIVATE if "$Format" not in _VERSION_PRIVATE else "",
57
67
)
0 commit comments