Add BuildRequires : python3-rpm-generators
This commit is contained in:
parent
437ad0fb53
commit
98bc098118
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Pack/Unpack Memory.
|
Summary: Pack/Unpack Memory.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/plum-py/
|
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
|
%package -n python3-plum-py
|
||||||
Summary: Pack/Unpack Memory.
|
Summary: Pack/Unpack Memory.
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
BuildRequires: python3-rpm-generators
|
||||||
|
|
||||||
%description -n python3-plum-py
|
%description -n python3-plum-py
|
||||||
The plum-py Python package provides classes and utility functions to transform byte sequences into Python objects and back.
|
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}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.8.0-1
|
||||||
- Initial Packaging
|
- Initial Packaging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user