!2 Add BuildRequires : python3-rpm-generators

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-06-06 07:59:28 +00:00 committed by Gitee
commit 7abf3b3d34
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 0.8.0
Release: 1
Release: 2
Summary: Pack/Unpack Memory.
License: MIT
URL: https://pypi.org/project/plum-py/
@ -17,7 +17,7 @@ The plum-py Python package provides classes and utility functions to transform b
%package -n python3-plum-py
Summary: Pack/Unpack Memory.
BuildRequires: python3-pytest
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-rpm-generators
%description -n python3-plum-py
The plum-py Python package provides classes and utility functions to transform byte sequences into Python objects and back.
@ -39,5 +39,8 @@ The plum-py Python package provides classes and utility functions to transform b
%{python3_sitelib}/*
%changelog
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.8.0-2
- Add BuildRequires : python3-rpm-generators
* Fri May 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.8.0-1
- Initial Packaging