!4 Fixes build dependencies missing error

From: @hht8
Reviewed-by: @jimmy_hero,@licihua,@yanan-rock
Signed-off-by: @jimmy_hero,@licihua,@yanan-rock
This commit is contained in:
openeuler-ci-bot 2021-06-15 08:43:31 +00:00 committed by Gitee
commit c741827436

View File

@ -1,6 +1,6 @@
Name: python-cpio Name: python-cpio
Version: 0.1 Version: 0.1
Release: 32 Release: 33
Summary: This module provides for accessing cpio archives Summary: This module provides for accessing cpio archives
License: LGPLv2+ License: LGPLv2+
URL: https://sourceforge.net/projects/python-cpio.berlios/ URL: https://sourceforge.net/projects/python-cpio.berlios/
@ -18,7 +18,7 @@ Summary: This module provides for accessing cpio archive
The package provides for accessing cpio archives wrote by python. The package provides for accessing cpio archives wrote by python.
%prep %prep
%autosetup -n python-cpio-%{version} -p1 -S git %autosetup -n python-cpio-%{version} -p1
%build %build
%py3_build %py3_build
@ -33,6 +33,9 @@ The package provides for accessing cpio archives wrote by python.
%{python3_sitelib}/*.egg-info %{python3_sitelib}/*.egg-info
%changelog %changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 0.1-33
- %prep no longer patched with git
* Wed Oct 21 2020 zhangtao <zhangtao221g@huawei.com> - 0.1-32 * Wed Oct 21 2020 zhangtao <zhangtao221g@huawei.com> - 0.1-32
- delete python2 - delete python2