From 2037232d8c8f6e85d044f2dfee1c4e242ae0783a8808e5e1e5ff89748f5d7077 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:52:43 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libmsiecf?expand=0&rev=33 --- libmsiecf.changes | 6 ++++++ libmsiecf.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libmsiecf.changes b/libmsiecf.changes index 28e28be..d5eb128 100644 --- a/libmsiecf.changes +++ b/libmsiecf.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:49:06 UTC 2023 - Jan Engelhardt diff --git a/libmsiecf.spec b/libmsiecf.spec index b53dd90..9ee58ac 100644 --- a/libmsiecf.spec +++ b/libmsiecf.spec @@ -1,7 +1,7 @@ # # spec file for package libmsiecf # -# 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 @@ -29,6 +29,7 @@ Source2: https://github.com/libyal/libmsiecf/releases/download/%version/l Source3: %name.keyring Source8: MSIE_Cache_File_index.dat_format.pdf BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: c_compiler BuildRequires: pkg-config BuildRequires: python-rpm-macros