From ba83ebe27aff6d22b15329474bd453ad0f1d67d9d6a864487d892ed0af283fca Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 09:41:49 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-antlr4-python3-runtime?expand=0&rev=10 --- python-antlr4-python3-runtime.changes | 5 +++++ python-antlr4-python3-runtime.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-antlr4-python3-runtime.changes b/python-antlr4-python3-runtime.changes index ada6ad0..64e8dab 100644 --- a/python-antlr4-python3-runtime.changes +++ b/python-antlr4-python3-runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 09:41:42 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Thu Nov 16 07:20:10 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-antlr4-python3-runtime.spec b/python-antlr4-python3-runtime.spec index 990313c..db98f41 100644 --- a/python-antlr4-python3-runtime.spec +++ b/python-antlr4-python3-runtime.spec @@ -1,7 +1,7 @@ # # spec file for package python-antlr4-python3-runtime # -# 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 @@ URL: https://www.antlr.org Source: https://github.com/antlr/antlr4/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: LICENSE.txt BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros