From 73143d24468b6f2228b8db06144534eba5e97811cd26b6c476093221a3159908 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:52:01 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libluksde?expand=0&rev=33 --- libluksde.changes | 6 ++++++ libluksde.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libluksde.changes b/libluksde.changes index d303415..a839059 100644 --- a/libluksde.changes +++ b/libluksde.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 Jan 14 19:33:05 UTC 2024 - Jan Engelhardt diff --git a/libluksde.spec b/libluksde.spec index 43c79fa..a7dee3b 100644 --- a/libluksde.spec +++ b/libluksde.spec @@ -30,6 +30,7 @@ Source: https://github.com/libyal/libluksde/releases/download/%version/l Source2: https://github.com/libyal/libluksde/releases/download/%version/libluksde-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