From b90c3a8de52dda9d246a858dff1cbd4ce7fb7d2d Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 19 Jul 2024 09:47:55 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=A7=AA=20Use=20`setuptools=20[c?= =?UTF-8?q?ore]`=20@=20collections=5Fruntime=5Fpythonpath=20(#83627)"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0d5460df16af2c8e082796c6a46cb075060f74c9. --- .../ansible-collection-python-dist-boo/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml b/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml index b14319ca058..feec734a6b0 100644 --- a/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml +++ b/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = [ - "setuptools [core] >= 44", + "setuptools >= 44", + "wheel", ] build-backend = "setuptools.build_meta"