diff options
author | Matt Clay <matt@mystile.com> | 2024-07-19 18:47:55 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2024-07-19 19:03:29 +0200 |
commit | b90c3a8de52dda9d246a858dff1cbd4ce7fb7d2d (patch) | |
tree | 185bc7567efca4e1e3daf72d371fd7577be8042f /test | |
parent | 🧪 Use `setuptools [core]` @ collections_runtime_pythonpath (#83627) (diff) | |
download | ansible-b90c3a8de52dda9d246a858dff1cbd4ce7fb7d2d.tar.xz ansible-b90c3a8de52dda9d246a858dff1cbd4ce7fb7d2d.zip |
Revert "🧪 Use `setuptools [core]` @ collections_runtime_pythonpath (#83627)"
This reverts commit 0d5460df16af2c8e082796c6a46cb075060f74c9.
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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 b14319ca05..feec734a6b 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" |