From 9446a8779f195cc9fc416173f5663897eef45c15 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Wed, 18 Jan 2023 16:02:55 +0800 Subject: [PATCH] Add buildRequires python3-toml --- python-kiwisolver.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index bb235b9..6e27272 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -1,12 +1,12 @@ Name: python-kiwisolver Version: 1.4.4 -Release: 1 +Release: 2 Summary: A fast implementation of the Cassowary constraint solver License: BSD-3-Clause URL: https://github.com/nucleic/kiwi Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz Patch0: fix-kiwisolver-version.patch -BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel +BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel python3-toml %description Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. @@ -41,6 +41,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/ %{python3_sitearch}/kiwisolver-%{version}-*.egg-info %changelog +* Wed Jan 18 2023 caodongxia - 1.4.4-2 +- Add buildRequires python3-toml + * Wed Aug 03 2022 fushanqing - 1.4.4-1 - update to 1.4.4