From 54f0729aab997a5663bb20f0a73d62284cdf4474a29ea2ff72e1924190772f05 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:02:39 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google_trans_new?expand=0&rev=6 --- python-google_trans_new.changes | 5 +++++ python-google_trans_new.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-google_trans_new.changes b/python-google_trans_new.changes index a8d1f75..fa30e45 100644 --- a/python-google_trans_new.changes +++ b/python-google_trans_new.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:02:32 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Thu Jul 6 11:17:14 UTC 2023 - ecsos diff --git a/python-google_trans_new.spec b/python-google_trans_new.spec index e5be6b6..944f40a 100644 --- a/python-google_trans_new.spec +++ b/python-google_trans_new.spec @@ -1,7 +1,7 @@ # # spec file for package python-google_trans_new # -# 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 @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/lushan88a/google_trans_new Source: https://files.pythonhosted.org/packages/source/g/google_trans_new/google_trans_new-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros