From 10b8444f61077ea91276c35d1b65938852785cb9153e40b5a7bda8d25c4bef7c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 4 Nov 2024 11:34:55 +0000 Subject: [PATCH 1/2] - Remove not needed dep python-setuptools-git OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-fixture-config?expand=0&rev=16 --- python-pytest-fixture-config.changes | 5 +++++ python-pytest-fixture-config.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pytest-fixture-config.changes b/python-pytest-fixture-config.changes index 4e44e9c..71b008a 100644 --- a/python-pytest-fixture-config.changes +++ b/python-pytest-fixture-config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 4 11:33:53 UTC 2024 - Daniel Garcia + +- Remove not needed dep python-setuptools-git + ------------------------------------------------------------------- Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik diff --git a/python-pytest-fixture-config.spec b/python-pytest-fixture-config.spec index 0f71a51..30b2bfe 100644 --- a/python-pytest-fixture-config.spec +++ b/python-pytest-fixture-config.spec @@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-fixture- Patch0: python-pytest-fixture-config-no-six.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros From 6cb10fb8b6d2cac8a0ca19ef7e2bb6159a55941bfeb676042a10e09470cd00f4 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 4 Nov 2024 11:40:55 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-fixture-config?expand=0&rev=17 --- python-pytest-fixture-config.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pytest-fixture-config.spec b/python-pytest-fixture-config.spec index 30b2bfe..38f4f25 100644 --- a/python-pytest-fixture-config.spec +++ b/python-pytest-fixture-config.spec @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-fixture- Patch0: python-pytest-fixture-config-no-six.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros