require python-six [release 3.4.0.3-2mamba;Sat Aug 10 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:39:59 +01:00
parent 151aa4b35b
commit ed8b672267

View File

@ -1,6 +1,6 @@
Name: python-singledispatch Name: python-singledispatch
Version: 3.4.0.3 Version: 3.4.0.3
Release: 1mamba Release: 2mamba
Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6 Summary: This library brings functools.singledispatch from Python 3.4 to Python 2.6
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -13,6 +13,7 @@ License: MIT
BuildRequires: libpython-devel BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version Requires: python >= %python_version
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -40,5 +41,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
%doc README.rst %doc README.rst
%changelog %changelog
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0.3-2mamba
- require python-six
* Sat Jan 23 2016 Davide Madrisan <davide.madrisan@gmail.com> 3.4.0.3-1mamba * Sat Jan 23 2016 Davide Madrisan <davide.madrisan@gmail.com> 3.4.0.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface