Add setuptools.

Add setuptools in requirements file.

Like explain here[1] the setuptools is used but not explicitly install
by the project. It's install by pbr at the moment, but explicit is
better than implicit.

[1] http://lists.openstack.org/pipermail/openstack-discuss/2020-October/017740.html

Change-Id: I3b6930ff2ed0d845f3ab990e26f449a47eeee8d2
This commit is contained in:
Daniel Bengtsson 2020-12-21 11:29:56 +01:00
parent e4909982d7
commit db176c42d2
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ os-net-config>=7.1.0 # Apache-2.0
oslo.utils>=3.40.2 # Apache-2.0
six>=1.11.0 # MIT
tripleo-common>=7.1.0 # Apache-2.0
setuptools>=50.3.0