From 1ec21d83b01014d2a190d519de73fa479a2de98d88f2acd43ecbd9fe6d4df8bc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 6 Feb 2024 12:45:35 +0000 Subject: [PATCH] - Use python-setuptools for python distutils backport gh#libyal/libbde#68 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcrypto?expand=0&rev=22 --- libfcrypto.changes | 6 ++++++ libfcrypto.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libfcrypto.changes b/libfcrypto.changes index ee0e8c7..0c01a1b 100644 --- a/libfcrypto.changes +++ b/libfcrypto.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 + ------------------------------------------------------------------- Mon Jan 15 09:35:23 UTC 2024 - Jan Engelhardt diff --git a/libfcrypto.spec b/libfcrypto.spec index 74c2037..0f2746f 100644 --- a/libfcrypto.spec +++ b/libfcrypto.spec @@ -30,6 +30,7 @@ Source: https://github.com/libyal/libfcrypto/releases/download/%version/ Source2: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz.asc Source9: %name.keyring BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} BuildRequires: c_compiler BuildRequires: gettext-tools >= 0.21 BuildRequires: libtool