From 8f2048aa6df358429513c40a96e47af1f9d23011 Mon Sep 17 00:00:00 2001 From: jackie_wu Date: Mon, 18 Jan 2021 18:58:21 +0800 Subject: [PATCH] fix build error --- python-tempora.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tempora.spec b/python-tempora.spec index 6d9e2df..1c1191f 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tempora Version: 4.0.1 -Release: 1 +Release: 2 Summary: Objects and routines pertaining to date and time (tempora) License: MIT URL: https://pypi.org/project/tempora @@ -28,6 +28,7 @@ Summary: Objects and routines pertaining to date and time (tempora) Provides: python-tempora BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-toml %description -n python3-tempora Objects and routines pertaining to date and time (tempora). @@ -81,5 +82,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jan 18 2021 wutao - 4.0.1-2 +- add buildrequires to solve build error + * Mon Nov 16 2020 Python_Bot - Package init -- Gitee