build: Remove build_pigweed_python_source_tree from default

The build_pigweed_python_source_tree step is fairly slow since it
involves installing Python packages. The step runs for every Python
change. Remove it from the default build target since it doesn't provide
helpful feedback during development.

The build_pigweed_python_source_tree target is still very simple to run:

  ninja -C out pw_env_setup:build_pigweed_python_source_tree

Change-Id: Ie7fcce11bed73fed2e6309654161c37f929337e8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/60448
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
diff --git a/BUILD.gn b/BUILD.gn
index 6fa83a2..f48f7c9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -50,7 +50,6 @@
     ":host",
     ":integration_tests",
     ":stm32f429i",
-    "$dir_pw_env_setup:build_pigweed_python_source_tree",
     "$dir_pw_env_setup:python.install",
     "$dir_pw_env_setup:python.lint",
     "$dir_pw_env_setup:python.tests",