!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:
commit
884c4602c3
@ -2,7 +2,7 @@
|
|||||||
%global pname Pympler
|
%global pname Pympler
|
||||||
Name: python-%{pname}
|
Name: python-%{pname}
|
||||||
Version: 0.9
|
Version: 0.9
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects.
|
Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects.
|
||||||
License: Apache-2.0 and MIT
|
License: Apache-2.0 and MIT
|
||||||
URL: https://github.com/pympler/pympler
|
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.
|
Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects.
|
||||||
Provides: python-%{pname}
|
Provides: python-%{pname}
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel python3-tkinter
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
@ -100,6 +100,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 17 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.9-3
|
||||||
- Fix collections.MutableMapping no support for python3.10
|
- Fix collections.MutableMapping no support for python3.10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user