From e1dc56782727e732cefc9a65e96b0af5951d97149936122082f127b6e708a1bd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:24:35 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlglot?expand=0&rev=6 --- python-sqlglot.changes | 5 +++++ python-sqlglot.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-sqlglot.changes b/python-sqlglot.changes index 4d85673..faa88d6 100644 --- a/python-sqlglot.changes +++ b/python-sqlglot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:24:26 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Thu Oct 13 10:03:56 UTC 2022 - Matej Cepl diff --git a/python-sqlglot.spec b/python-sqlglot.spec index 6550a18..73ebca3 100644 --- a/python-sqlglot.spec +++ b/python-sqlglot.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlglot # -# Copyright (c) 2022 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 @@ -30,6 +30,7 @@ Source: https://github.com/tobymao/%{modname}/archive/refs/tags/v%{versi # Skip over duckdb requiring tests until it is packaged Patch0: missing-duckdb.patch BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros