diff --git a/python-cffi.changes b/python-cffi.changes index 9f93037..ca8c764 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 5 12:22:40 UTC 2022 - Daniel Garcia + +- Add python-py as test dependency + ------------------------------------------------------------------- Tue Jul 19 11:31:46 UTC 2022 - Dirk Müller diff --git a/python-cffi.spec b/python-cffi.spec index 8ed3bb3..9ddce94 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -28,6 +28,7 @@ Source1: python-cffi-rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module pycparser} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module py} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++