From 569699e24ee043f3de8a6ad6863c8ff1ae3c2d466dd018074db212fd0d8a6ae8 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:47:26 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvde?expand=0&rev=38 --- libfvde.changes | 6 ++++++ libfvde.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libfvde.changes b/libfvde.changes index 7b2e43a..0885675 100644 --- a/libfvde.changes +++ b/libfvde.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 + ------------------------------------------------------------------- Sat Jan 13 10:34:22 UTC 2024 - Jan Engelhardt diff --git a/libfvde.spec b/libfvde.spec index 2af8470..916eec7 100644 --- a/libfvde.spec +++ b/libfvde.spec @@ -30,6 +30,7 @@ Source: https://github.com/libyal/libfvde/releases/download/%version/lib Source2: https://github.com/libyal/libfvde/releases/download/%version/libfvde-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