!2 fix build error

From: @jackie_wu123
Reviewed-by: @small_leek,@shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-01-19 09:25:09 +08:00 committed by Gitee
commit d01d3856e4

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-tempora Name: python-tempora
Version: 4.0.1 Version: 4.0.1
Release: 1 Release: 2
Summary: Objects and routines pertaining to date and time (tempora) Summary: Objects and routines pertaining to date and time (tempora)
License: MIT License: MIT
URL: https://pypi.org/project/tempora URL: https://pypi.org/project/tempora
@ -28,6 +28,7 @@ Summary: Objects and routines pertaining to date and time (tempora)
Provides: python-tempora Provides: python-tempora
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-toml
%description -n python3-tempora %description -n python3-tempora
Objects and routines pertaining to date and time (tempora). Objects and routines pertaining to date and time (tempora).
@ -81,5 +82,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jan 18 2021 wutao <wutao61@huawei.com> - 4.0.1-2
- add buildrequires to solve build error
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package init - Package init