From f038b217ab43964d2fed482aa6d63c4bc8acb5adcd0afdd23f381031a7eb2135 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:54:23 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libregf?expand=0&rev=55 --- libregf.changes | 6 ++++++ libregf.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libregf.changes b/libregf.changes index 08591c3..6ca20a1 100644 --- a/libregf.changes +++ b/libregf.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 + ------------------------------------------------------------------- Sun Dec 3 12:28:45 UTC 2023 - Jan Engelhardt diff --git a/libregf.spec b/libregf.spec index 63b172a..4aae93f 100644 --- a/libregf.spec +++ b/libregf.spec @@ -1,7 +1,7 @@ # # spec file for package libregf # -# 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 @@ -31,6 +31,7 @@ Source2: https://github.com/libyal/libregf/releases/download/%version/lib Source3: %name.keyring Source11: Windows_NT_Registry_File_REGF_format.pdf BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: c_compiler BuildRequires: pkg-config BuildRequires: python-rpm-macros