From 8f36b0b3c51cbc30bd274bc1cb403eb8baf7fc36 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 8 Jul 2023 10:33:49 +0800 Subject: [PATCH] add python3-py to buildrequire --- python-cffi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-cffi.spec b/python-cffi.spec index e27a2af..b69a070 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -6,7 +6,7 @@ based on C-like declarations that you can often copy-paste from header files or Name: python-%{_name} Version: 1.15.1 -Release: 1 +Release: 2 Summary: %{_summary} License: MIT URL: http://cffi.readthedocs.org @@ -22,6 +22,8 @@ Buildrequires: libffi-devel gcc-c++ gcc python3-sphinx %package -n python3-%{_name} Summary: %{_summary} Buildrequires: python3-devel python3-pycparser python3-pytest python3-setuptools +# for test +Buildrequires: python3-py %{?python_provide:%python_provide python3-%{_name}} %description -n python3-%{_name} %{_description} @@ -52,6 +54,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} -m pytest c/ testing/ %doc PKG-INFO README.md %changelog +* Sat Jul 08 2023 shixuantong - 1.15.1-2 +- add python3-py to buildrequire + * Thu Jan 19 2023 chendh6 - 1.15.1-1 - DESC:upgrade 1.15.1-1 -- Gitee