From c3f74442768b4bc3e0abe06c08e7d321c5b31a4038521691b62cb2ecc9c462ce Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Tue, 29 Nov 2022 16:59:21 +0000 Subject: [PATCH] - Remove python_module macro definition - Add python-py dependency required because python-pytest removed that dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=18 --- python-execnet.changes | 7 +++++++ python-execnet.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-execnet.changes b/python-execnet.changes index 2974398..6cfece7 100644 --- a/python-execnet.changes +++ b/python-execnet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 29 16:58:39 UTC 2022 - Daniel Garcia + +- Remove python_module macro definition +- Add python-py dependency required because python-pytest removed that + dependency + ------------------------------------------------------------------- Sun Dec 12 16:55:20 UTC 2021 - Ben Greiner diff --git a/python-execnet.spec b/python-execnet.spec index af469a7..5617a20 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -1,7 +1,7 @@ # # spec file for package python-execnet # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-execnet Version: 1.9.0 Release: 0 @@ -26,6 +25,7 @@ Group: Development/Libraries/Python URL: https://github.com/pytest-dev/execnet Source0: https://files.pythonhosted.org/packages/source/e/execnet/execnet-%{version}.tar.gz BuildRequires: %{python_module pytest} +BuildRequires: %{python_module py} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes