From 4df09d0f3468a4ebdbdcd4b7a297c71d32f8616a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Boyron?= Date: Wed, 23 Sep 2020 17:21:02 +0200 Subject: [PATCH] Remove setuptools Requirement from python-tempestconf pbr is required by python-tempestconf and pbr is already requiring setupttools. Change-Id: Id0a7c2a182372ada20cda68df4d44caa303a9c15 --- openstack/python-tempestconf/python-tempestconf.spec.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack/python-tempestconf/python-tempestconf.spec.j2 b/openstack/python-tempestconf/python-tempestconf.spec.j2 index 8ab1aee0c..cbb4fd04a 100644 --- a/openstack/python-tempestconf/python-tempestconf.spec.j2 +++ b/openstack/python-tempestconf/python-tempestconf.spec.j2 @@ -21,7 +21,6 @@ BuildRequires: {{ py2pkg('Tempest') }} BuildRequires: {{ py3('openstacksdk') }} BuildRequires: {{ py3('oslotest') }} BuildRequires: {{ py3('pbr') }} -BuildRequires: {{ py3('setuptools') }} BuildRequires: {{ py3('stestr') }} BuildRequires: {{ py3('testscenarios') }} BuildRequires: {{ py3('testtools') }}