Add setuptools for publish-tox-docs-releases

Explicitly add setuptools as a dependency so that the call to
wheel.bdist_wheel in openstack_releases/links.py does not fail.

Change-Id: I66378e04db045e97f4d907eff0369738006291b1
This commit is contained in:
Thierry Carrez 2024-11-05 18:44:19 +01:00
parent 940937aa89
commit 5769c643a7

View File

@ -7,3 +7,4 @@ whereto>=0.3.0 # Apache-2.0
mwclient==0.8.1 mwclient==0.8.1
yamlordereddictloader yamlordereddictloader
ruamel.yaml>=0.15 ruamel.yaml>=0.15
setuptools