From 7303e80a1fcb6e86f5c05675fd4cace3028a81e239c1d8da2fd6d3f9ac44e3d6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:53:50 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libphdi?expand=0&rev=23 --- libphdi.changes | 6 ++++++ libphdi.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libphdi.changes b/libphdi.changes index 218d214..2d74eb0 100644 --- a/libphdi.changes +++ b/libphdi.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 + ------------------------------------------------------------------- Wed Nov 29 11:01:01 UTC 2023 - Jan Engelhardt diff --git a/libphdi.spec b/libphdi.spec index d2d9786..8cd78d3 100644 --- a/libphdi.spec +++ b/libphdi.spec @@ -1,7 +1,7 @@ # # spec file for package libphdi # -# 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 @@ -30,6 +30,7 @@ Source: https://github.com/libyal/libphdi/releases/download/%version/lib Source2: https://github.com/libyal/libphdi/releases/download/%version/libphdi-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