removed requirement for python-setuptools-devel [release 2.2.1-2mamba;Wed Jan 17 2024]

This commit is contained in:
Silvan Calarco 2024-01-18 09:44:46 +01:00
parent 90cf0e39e0
commit efa950832a

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-mysqlclient Name: python-mysqlclient
Version: 2.2.1 Version: 2.2.1
Release: 1mamba Release: 2mamba
Summary: Python interface to MySQL Summary: Python interface to MySQL
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -19,10 +19,8 @@ BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba BuildRequires: python3-devel >= 3.11.5-3mamba
BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: libpython3-devel >= 3.7.4
BuildRequires: python-setuptools-devel
Provides: python-MySQL Provides: python-MySQL
Obsoletes: python-MySQL Obsoletes: python-MySQL < 2.2.1
Requires: python >= %python_version
%description %description
mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests. mysqlclient is a fork of MySQL-python. It add Python 3.3 support and merges some pull requests.
@ -63,6 +61,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc doc/* %doc doc/*
%changelog %changelog
* Wed Jan 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.1-2mamba
- removed requirement for python-setuptools-devel
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba * Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
- automatic version update by autodist - automatic version update by autodist