From 4fdb0173dd82215459fb35528766d2d30171faed Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 2 Sep 2023 11:57:21 -0700 Subject: [PATCH] build/pkgs/{chardet,colorama,pyproject_api}: Make python order-only dependency as in #36141 --- build/pkgs/chardet/dependencies | 2 +- build/pkgs/colorama/dependencies | 2 +- build/pkgs/pyproject_api/dependencies | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/pkgs/chardet/dependencies b/build/pkgs/chardet/dependencies index 0738c2d7777..47296a7bace 100644 --- a/build/pkgs/chardet/dependencies +++ b/build/pkgs/chardet/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) | $(PYTHON_TOOLCHAIN) + | $(PYTHON_TOOLCHAIN) $(PYTHON) ---------- All lines of this file are ignored except the first. diff --git a/build/pkgs/colorama/dependencies b/build/pkgs/colorama/dependencies index 0738c2d7777..47296a7bace 100644 --- a/build/pkgs/colorama/dependencies +++ b/build/pkgs/colorama/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) | $(PYTHON_TOOLCHAIN) + | $(PYTHON_TOOLCHAIN) $(PYTHON) ---------- All lines of this file are ignored except the first. diff --git a/build/pkgs/pyproject_api/dependencies b/build/pkgs/pyproject_api/dependencies index 0738c2d7777..47296a7bace 100644 --- a/build/pkgs/pyproject_api/dependencies +++ b/build/pkgs/pyproject_api/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) | $(PYTHON_TOOLCHAIN) + | $(PYTHON_TOOLCHAIN) $(PYTHON) ---------- All lines of this file are ignored except the first.