Skip to content

Commit 10d1a26

Browse files
author
Matthias Koeppe
committed
Replace PYTHON_TOOLCHAIN by pip in build deps of wheel packages
1 parent 8074b79 commit 10d1a26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zipp typing_extensions | $(PYTHON_TOOLCHAIN) tomli $(PYTHON)
1+
zipp typing_extensions | pip tomli $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
| pip $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/python_build/dependencies

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tomli packaging pyproject_hooks importlib_metadata | $(PYTHON_TOOLCHAIN) $(PYTHON)
1+
tomli packaging pyproject_hooks importlib_metadata | pip $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)