From ed8b67226785494ec06121a5a0bf26c2b9fb92bd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:39:59 +0100 Subject: [PATCH] require python-six [release 3.4.0.3-2mamba;Sat Aug 10 2019] --- python-singledispatch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-singledispatch.spec b/python-singledispatch.spec index d8ecfd9..b647a34 100644 --- a/python-singledispatch.spec +++ b/python-singledispatch.spec @@ -1,6 +1,6 @@ Name: python-singledispatch Version: 3.4.0.3 -Release: 1mamba +Release: 2mamba Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6 Group: System/Libraries Vendor: openmamba @@ -13,6 +13,7 @@ License: MIT BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version +Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -40,5 +41,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %doc README.rst %changelog +* Sat Aug 10 2019 Silvan Calarco 3.4.0.3-2mamba +- require python-six + * Sat Jan 23 2016 Davide Madrisan 3.4.0.3-1mamba - package created using the webbuild interface