Remove setuptools Requirement from os-client-config

pbr is required by os-client-config and pbr is
already requiring setupttools.

Change-Id: I909e559b781e2acea96fa7dc6b9531508ca9fcb3
This commit is contained in:
Sébastien Boyron 2020-09-23 17:10:24 +02:00 committed by Boyron Sébastien
parent 0530c48e9d
commit 82b7b2a8b6
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ URL: https://launchpad.net/%{name}
Source0: {{ source }}
BuildRequires: openstack-macros
BuildRequires: {{ py3('pbr') }}
BuildRequires: {{ py3('setuptools') }}
BuildArch: noarch
%if %{with test}
BuildRequires: {{ py3('extras') }}