From db176c42d2c9279e493b7e1163130579b8f58e5c Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Mon, 21 Dec 2020 11:29:56 +0100 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index db20f497a..4acdf4e75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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