diff --git a/build/pkgs/packaging/dependencies b/build/pkgs/packaging/dependencies index 256333c03d8..4818dfe9b48 100644 --- a/build/pkgs/packaging/dependencies +++ b/build/pkgs/packaging/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) | $(PYTHON_TOOLCHAIN) pyparsing six +$(PYTHON) | setuptools pip wheel pyparsing ---------- All lines of this file are ignored except the first. diff --git a/build/pkgs/pyparsing/dependencies b/build/pkgs/pyparsing/dependencies index 15df0c4d6d8..3614951f5cb 100644 --- a/build/pkgs/pyparsing/dependencies +++ b/build/pkgs/pyparsing/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) | $(PYTHON_TOOLCHAIN) +$(PYTHON) | setuptools pip wheel ---------- All lines of this file are ignored except the first. diff --git a/build/pkgs/setuptools_scm/dependencies b/build/pkgs/setuptools_scm/dependencies index 8cafd28c269..22810d06619 100644 --- a/build/pkgs/setuptools_scm/dependencies +++ b/build/pkgs/setuptools_scm/dependencies @@ -1,4 +1,4 @@ -$(PYTHON) | setuptools pip tomli packaging +$(PYTHON) | setuptools pip wheel tomli packaging ---------- All lines of this file are ignored except the first.