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