!5 Add buildRequires python3-wheel

From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-01-18 08:38:20 +00:00 committed by Gitee
commit 2de8fa37f7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-Automat
Version: 22.10.0
Release: 1
Release: 2
Summary: Self-service finite-state machines for the programmer on the go.
License: MIT
URL: https://github.com/glyph/Automat
@ -23,6 +23,7 @@ Summary: Self-service finite-state machines for the programmer on the go.
Provides: python-Automat = %{version}-%{release}
BuildRequires: python3-devel python3-pip python3-m2r
BuildRequires: python3-setuptools python3-setuptools_scm
BuildRequires: python3-wheel
%description -n python3-Automat
python-Automat is a library for concise, idiomatic Python expression of finite-state automat
It provides a self-service finite-state machines for the programmer on the go.
@ -75,6 +76,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Jan 18 2023 caodongxia <caodongxia@h-partners.com> - 22.10.0-2
- Add buildRequires python3-wheel
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 22.10.0-1
- Update package to version 22.10.0