diff --git a/python-cffi.spec b/python-cffi.spec index e27a2af0ab5468c39f78fa967a2672331ba0fd6d..b69a07005f30c989f7fd660c2ce4ca3586ac75bc 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