add macros of python-provides about python3

This commit is contained in:
openeuler-basic 2020-02-19 10:26:00 +08:00
parent 1aa4f16049
commit b213bc8ea9

View File

@ -1,6 +1,6 @@
Name: python-prettytable
Version: 0.7.2
Release: 17
Release: 18
Summary: Display tabular data in a visually appealing ASCII table format.
License: BSD
URL: http://pypi.python.org/pypi/PrettyTable
@ -40,6 +40,7 @@ This package is for python2.
%package -n python3-prettytable
Summary: Display tabular data in a visually appealing ASCII table format.
%{?python_provide:%python_provide python3-prettytable}
%description -n python3-prettytable
PrettyTable is a simple Python library designed to make it quick and easy to
@ -103,6 +104,12 @@ popd
%{python3_sitelib}/prettytable-%{version}*
%changelog
* Wed Feb 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.7.2-18
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add macros of python-provides about python3
* Thu Jan 9 2020 hanxinke<hanxinke@huawei.com> - 0.7.2-17
- Type:enhancement
- ID:NA