14
0
forked from pool/python-pygn
2024-01-02 22:37:58 +00:00
committed by Git OBS Bridge
parent 73da5aca01
commit 3e887e2292
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 2 22:37:19 UTC 2024 - Dirk Müller <dmueller@suse.com>
- require setuptools
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 28 11:44:19 UTC 2023 - Matej Cepl <mcepl@suse.com> Wed Jun 28 11:44:19 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pygn # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 nntplib if %python-base >= 3.12}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module rply} BuildRequires: %{python_module rply}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros