From af52fccc5850fabef66c52e3fdd30351ffe34ff4 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Fri, 22 Mar 2024 11:40:23 +0800 Subject: [PATCH] Add BuildRequires python3-setuptools Signed-off-by: Bo Ren --- libcomps.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcomps.spec b/libcomps.spec index 47e6d3f..e42677b 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -11,6 +11,7 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildRequires: gcc gcc-c++ cmake BuildRequires: libxml2-devel check-devel expat-devel zlib-devel +BuildRequires: python3-setuptools %description Libcomps is alternative for yum.comps library. It's written in pure C as library with Python bindings. @@ -111,6 +112,7 @@ popd %changelog * Tue Mar 12 2024 Bo Ren - 0.1.19-3 - Rebuild with python3.11 +- Add BuildRequires python3-setuptools * Mon Apr 10 2023 chen_yu_ao - 0.1.19-2 - change spec file format -- Gitee