!10 Add python3-Cython to fix build failure caused by upgrading Python to 3.11.4

From: @chen-jan 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-07-19 02:19:15 +00:00 committed by Gitee
commit dac0a1ebc1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-cchardet Name: python-cchardet
Version: 2.1.7 Version: 2.1.7
Release: 2 Release: 3
Summary: cChardet is high speed universal character encoding detector. Summary: cChardet is high speed universal character encoding detector.
License: GPL-2.0-or-later and LGPL-2.1-only and MPL-1.1 License: GPL-2.0-or-later and LGPL-2.1-only and MPL-1.1
URL: https://github.com/PyYoshi/cChardet URL: https://github.com/PyYoshi/cChardet
@ -18,6 +18,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc gcc-c++ BuildRequires: gcc gcc-c++
BuildRequires: python3-Cython
%description -n python3-cchardet %description -n python3-cchardet
cChardet is high speed universal character encoding detector. cChardet is high speed universal character encoding detector.
@ -68,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jul 12 2023 chenchen <chen_aka_jan@163.com> - 2.1.7-3
- Add python3-Cython to fix build failure caused by upgrading Python to 3.11.4
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.1.7-2 * Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.1.7-2
- DESC: delete BuildRequires gdb - DESC: delete BuildRequires gdb