removed requirement for python-setuptools-devel [release 2.2.1-2mamba;Wed Jan 17 2024]
This commit is contained in:
parent
90cf0e39e0
commit
efa950832a
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-mysqlclient
|
||||
Version: 2.2.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python interface to MySQL
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -19,10 +19,8 @@ BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
BuildRequires: python-setuptools-devel
|
||||
Provides: python-MySQL
|
||||
Obsoletes: python-MySQL
|
||||
Requires: python >= %python_version
|
||||
Obsoletes: python-MySQL < 2.2.1
|
||||
|
||||
%description
|
||||
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/*
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user