From 3e887e2292ae6dba864720a6bec4940a7094cbdfe87b7d5ee6608377b93e2aa8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 22:37:58 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygn?expand=0&rev=7 --- python-pygn.changes | 5 +++++ python-pygn.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pygn.changes b/python-pygn.changes index 0261c82..11dd50b 100644 --- a/python-pygn.changes +++ b/python-pygn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 2 22:37:19 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Wed Jun 28 11:44:19 UTC 2023 - Matej Cepl diff --git a/python-pygn.spec b/python-pygn.spec index e13df3d..6c00cc6 100644 --- a/python-pygn.spec +++ b/python-pygn.spec @@ -1,7 +1,7 @@ # # spec file for package python-pygn # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/p/pygn/pygn-%{ver BuildRequires: %{python_module nntplib if %python-base >= 3.12} BuildRequires: %{python_module pip} BuildRequires: %{python_module rply} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros