!14 Add buildRequires python3-toml
From: @caodongxia Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
4ccfeeb0a0
@ -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 <caodongxia@h-partners.com> - 1.4.4-2
|
||||
- Add buildRequires python3-toml
|
||||
|
||||
* Wed Aug 03 2022 fushanqing <fushanqing@kylinos.cn> - 1.4.4-1
|
||||
- update to 1.4.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user