diff options
author | Steve Dower <steve.dower@python.org> | 2022-09-30 09:25:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 09:25:00 (GMT) |
commit | 73942e475c773ff844c231d98c9b37acdc678e9c (patch) | |
tree | 09495d8ef849450a03c3a7fb614f302f325840c9 /PC/layout | |
parent | 86a3be207dcf3d8f38ad0a85d9ffe3b05b855e1b (diff) | |
download | cpython-73942e475c773ff844c231d98c9b37acdc678e9c.zip cpython-73942e475c773ff844c231d98c9b37acdc678e9c.tar.gz cpython-73942e475c773ff844c231d98c9b37acdc678e9c.tar.bz2 |
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Diffstat (limited to 'PC/layout')
-rw-r--r-- | PC/layout/support/options.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/layout/support/options.py b/PC/layout/support/options.py index e831029..3d93e89 100644 --- a/PC/layout/support/options.py +++ b/PC/layout/support/options.py @@ -57,7 +57,6 @@ PRESETS = { "help": "nuget package", "options": [ "dev", - "tools", "pip", "stable", "distutils", @@ -76,7 +75,6 @@ PRESETS = { "tcltk", "idle", "tests", - "tools", "venv", "dev", "symbols", |