From ba727fd303cb50c0d32247e523e643caa3df7f85 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 18 Jan 2023 15:59:39 +0800 Subject: [PATCH] Add buildRequires python3-wheel --- python-Automat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-Automat.spec b/python-Automat.spec index f855573..42c51e5 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -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 - 22.10.0-2 +- Add buildRequires python3-wheel + * Tue Dec 06 2022 jiangxinyu - 22.10.0-1 - Update package to version 22.10.0