From bb7fe656acf92c70d5d9f2eca4743531f643182596204ba300440c2851e30dc3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 20:42:59 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-construct?expand=0&rev=44 --- python-construct.changes | 5 +++++ python-construct.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-construct.changes b/python-construct.changes index b425c39..b635cc5 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 2 20:42:20 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Fri Dec 29 18:13:42 UTC 2023 - Dirk Müller diff --git a/python-construct.spec b/python-construct.spec index 4e10c5c..58c2d8d 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -33,6 +33,7 @@ URL: https://github.com/construct/construct Source: https://github.com/construct/construct/archive/v%{version}.tar.gz#/construct-%{version}.tar.gz Patch0: split_debug.patch BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros