We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85eda5 commit 603aea4Copy full SHA for 603aea4
build/pkgs/importlib_metadata/dependencies
@@ -1,4 +1,4 @@
1
- zipp typing_extensions | $(PYTHON_TOOLCHAIN) tomli $(PYTHON)
+ zipp typing_extensions | pip tomli $(PYTHON)
2
3
----------
4
All lines of this file are ignored except the first.
build/pkgs/pyproject_hooks/dependencies
- | $(PYTHON_TOOLCHAIN) $(PYTHON)
+ | pip $(PYTHON)
build/pkgs/python_build/dependencies
-tomli packaging pyproject_hooks importlib_metadata | $(PYTHON_TOOLCHAIN) $(PYTHON)
+tomli packaging pyproject_hooks importlib_metadata | pip $(PYTHON)
0 commit comments