!9 [sync] PR-8: 修复因python3-devel拆分出python3-tkinter子包导致python-Pympler编译失败问题

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-08-19 01:19:31 +00:00 committed by Gitee
commit 884c4602c3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global pname Pympler
Name: python-%{pname}
Version: 0.9
Release: 3
Release: 4
Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects.
License: Apache-2.0 and MIT
URL: https://github.com/pympler/pympler
@ -24,7 +24,7 @@ analysis of the lifetime of selected Python objects.
Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects.
Provides: python-%{pname}
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-devel python3-tkinter
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
@ -100,6 +100,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Aug 18 2022 wulei <wulei80@h-partners.com> - 0.9-4
- Fix check assertionerror
* Tue May 17 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.9-3
- Fix collections.MutableMapping no support for python3.10