From edb131849605170f025d256d3a066d08f5582b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Mon, 17 Oct 2022 09:24:31 +0200 Subject: [PATCH] yaql: no longer requires six Change-Id: I1e9c2ea4e6e0793fb0f03c30666838a5c12b6c90 --- openstack/yaql/yaql.spec.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/openstack/yaql/yaql.spec.j2 b/openstack/yaql/yaql.spec.j2 index f436e0837..cc1ad8c9c 100644 --- a/openstack/yaql/yaql.spec.j2 +++ b/openstack/yaql/yaql.spec.j2 @@ -19,7 +19,6 @@ BuildRequires: {{ py3('pbr') }} BuildRequires: {{ py3('ply') }} BuildRequires: {{ py3('python-dateutil') }} BuildRequires: {{ py3('python-subunit') }} -BuildRequires: {{ py3('six') }} BuildRequires: {{ py3('testrepository') }} BuildRequires: {{ py3('testscenarios') }} BuildRequires: {{ py3('testtools') }} @@ -37,7 +36,6 @@ Summary: YAQL - Yet Another Query Language Requires: {{ py3('Babel') }} Requires: {{ py3('ply') }} Requires: {{ py3('python-dateutil') }} -Requires: {{ py3('six') }} Conflicts: %{oldpython}-yaql < %version-%release %description -n {{ py2name(py_versions='py3') }}