From 8b1d278bafc825dc84564878e346035da9eca68b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Thu, 4 Jan 2024 10:14:51 +0100 Subject: [PATCH] cliff: remove obsolete dependencies Change-Id: Iea2d9c47dcdb1341cc8e210b0136e23be35985cf --- openstack/cliff/cliff.spec.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/openstack/cliff/cliff.spec.j2 b/openstack/cliff/cliff.spec.j2 index 48e9d193b..f889baba0 100644 --- a/openstack/cliff/cliff.spec.j2 +++ b/openstack/cliff/cliff.spec.j2 @@ -18,9 +18,7 @@ BuildRequires: {{ py3('autopage') }} BuildRequires: {{ py3('cmd2') }} BuildRequires: {{ py3('docutils') }} BuildRequires: {{ py3('fixtures') }} -BuildRequires: {{ py3('pbr') }} BuildRequires: {{ py3('pytest') }} -BuildRequires: {{ py3('python-subunit') }} BuildRequires: {{ py3('stevedore') }} BuildRequires: {{ py3('testscenarios') }} BuildRequires: {{ py3('testtools') }}