From 86ed2e9414113d74ffc8eaac42c0c0004279d2e13a627b1611a9cba333ae43a5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 5 Feb 2024 21:43:19 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libwrc?expand=0&rev=38 --- libwrc.changes | 6 ++++++ libwrc.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libwrc.changes b/libwrc.changes index 62929fc..402d63c 100644 --- a/libwrc.changes +++ b/libwrc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt + +- Use python-setuptools for python distutils backport + gh#libyal/libbde#68 + ------------------------------------------------------------------- Thu Dec 28 19:41:53 UTC 2023 - Jan Engelhardt diff --git a/libwrc.spec b/libwrc.spec index 548ea95..aef70e1 100644 --- a/libwrc.spec +++ b/libwrc.spec @@ -1,7 +1,7 @@ # # spec file for package libwrc # -# 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 @@ -28,6 +28,7 @@ Source: https://github.com/libyal/libwrc/releases/download/%version/libw Source2: https://github.com/libyal/libwrc/releases/download/%version/libwrc-experimental-%version.tar.gz.asc Source9: %name.keyring BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: c_compiler BuildRequires: pkg-config BuildRequires: python-rpm-macros