From 3e44ef3b2592ec943072967fe59315f7f19133a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Boyron?= Date: Wed, 23 Sep 2020 17:02:38 +0200 Subject: [PATCH] Remove setuptools Requirement from futurist pbr is required by futurist and pbr is already requiring setupttools. Change-Id: I0f8f8c3fe950a0348a8b47a921fccbfc2f8f27e8 --- openstack/futurist/futurist.spec.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack/futurist/futurist.spec.j2 b/openstack/futurist/futurist.spec.j2 index f96a10e0e..ab7e2031f 100644 --- a/openstack/futurist/futurist.spec.j2 +++ b/openstack/futurist/futurist.spec.j2 @@ -19,7 +19,6 @@ BuildRequires: {{ py3('monotonic') }} BuildRequires: {{ py3('openstackdocstheme') }} BuildRequires: {{ py3('oslotest') }} BuildRequires: {{ py3('pbr') }} -BuildRequires: {{ py3('setuptools') }} BuildRequires: {{ py3('six') }} BuildRequires: {{ py3('stestr') }} BuildRequires: {{ py3('testscenarios') }}