Install setuptools for molecule venv

Setuptools is being relied by some modules and distutils are expected to
be present in ansible venv. In case of molecule - this venv is
provisioned by tox, meaning we should be adding a requirement to
test-requirements.

Change-Id: If90b91404b9d12fc0c6c93460fc059afc6581739
This commit is contained in:
Dmitriy Rabotyagov
2025-01-22 10:27:01 +01:00
parent eb2d901950
commit e677320f9b

View File

@@ -17,3 +17,4 @@ ansible-core==2.17.5 # GPL-3.0
docker>=7.0.0 # Apache-2.0
molecule==24.12.0 # MIT
molecule-plugins[docker]==23.6.0 # MIT
setuptools>75.0.0 # MIT