!5 Add buildRequires python3-wheel
From: @caodongxia Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
2de8fa37f7
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-Automat
|
Name: python-Automat
|
||||||
Version: 22.10.0
|
Version: 22.10.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Self-service finite-state machines for the programmer on the go.
|
Summary: Self-service finite-state machines for the programmer on the go.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/glyph/Automat
|
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}
|
Provides: python-Automat = %{version}-%{release}
|
||||||
BuildRequires: python3-devel python3-pip python3-m2r
|
BuildRequires: python3-devel python3-pip python3-m2r
|
||||||
BuildRequires: python3-setuptools python3-setuptools_scm
|
BuildRequires: python3-setuptools python3-setuptools_scm
|
||||||
|
BuildRequires: python3-wheel
|
||||||
%description -n python3-Automat
|
%description -n python3-Automat
|
||||||
python-Automat is a library for concise, idiomatic Python expression of finite-state 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.
|
It provides a self-service finite-state machines for the programmer on the go.
|
||||||
@ -75,6 +76,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 22.10.0-1
|
||||||
- Update package to version 22.10.0
|
- Update package to version 22.10.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user