Add buildrequires python3-setuptools_scm to fix build
This commit is contained in:
parent
d01d3856e4
commit
9f135df125
@ -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: 2
|
Release: 3
|
||||||
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-setuptools_scm
|
||||||
BuildRequires: python3-toml
|
BuildRequires: python3-toml
|
||||||
|
|
||||||
%description -n python3-tempora
|
%description -n python3-tempora
|
||||||
@ -82,6 +83,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 15 2021 lingsheng <lingsheng@huawei.com> - 4.0.1-3
|
||||||
|
- Add buildrequires python3-setuptools_scm to fix build
|
||||||
|
|
||||||
* Mon Jan 18 2021 wutao <wutao61@huawei.com> - 4.0.1-2
|
* Mon Jan 18 2021 wutao <wutao61@huawei.com> - 4.0.1-2
|
||||||
- add buildrequires to solve build error
|
- add buildrequires to solve build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user