We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8074b79 commit 10d1a26Copy full SHA for 10d1a26
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