From e3e23cea9fd8f17c3fff981fa78f720baf1db7f802824104f2e8c0780e73a0b5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 11:32:55 +0000 Subject: [PATCH] Accepting request 1092138 from home:ecsos:python - Add %{?sle15_python_module_pythons} OBS-URL: https://build.opensuse.org/request/show/1092138 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shutil?expand=0&rev=22 --- python-pytest-shutil.changes | 5 +++++ python-pytest-shutil.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pytest-shutil.changes b/python-pytest-shutil.changes index ab755bb..05bfd14 100644 --- a/python-pytest-shutil.changes +++ b/python-pytest-shutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 10 11:50:04 UTC 2023 - ecsos + +- Add %{?sle15_python_module_pythons} + ------------------------------------------------------------------- Mon Dec 5 11:16:10 UTC 2022 - Daniel Garcia diff --git a/python-pytest-shutil.spec b/python-pytest-shutil.spec index 260690c..a67b1d3 100644 --- a/python-pytest-shutil.spec +++ b/python-pytest-shutil.spec @@ -17,6 +17,7 @@ %bcond_without python2 +%{?sle15_python_module_pythons} Name: python-pytest-shutil Version: 1.7.0 Release: 0 @@ -27,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-shutil/p # PATCH-FEATURE-UPSTREAM pytest-fixtures-pr171-remove-mock.patch -- gh#man-group#pytest-plugins#171 Patch1: pytest-fixtures-pr171-remove-mock.patch BuildRequires: %{python_module execnet} +BuildRequires: %{python_module path} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module setuptools}