From ea9da937ae9ef22ee5736cec3eefb39bd6180d956bba19cdc609cc0372997a55 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:10:10 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=95 --- python-psycopg2.changes | 5 +++++ python-psycopg2.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 7dc19ce..c99c02e 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:10:03 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Tue Nov 28 21:39:17 UTC 2023 - Dirk Müller diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 456bee7..8e62431 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,7 +1,7 @@ # # spec file for package python-psycopg2 # -# 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 @@ URL: https://www.psycopg.org/ Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros