From a4de79fb62d4f4c80bd111c2229eddba2430aeae309e292527b47fced5f03390 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 5 Dec 2022 12:44:00 +0000 Subject: [PATCH] - Add python-py as test dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=85 --- python-cffi.changes | 5 +++++ python-cffi.spec | 1 + 2 files changed, 6 insertions(+) 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++