From 56b592f06e782605edef1d74358ff7adc7886499 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Mon, 1 Apr 2024 17:48:47 +0900 Subject: [PATCH] packaging: Add python3-base dependency The gdb uses python encodings module, and in python3 package, it is in python3-base. So, need to add python3-base dependency explicitly. Change-Id: I9177995d06db6802e6aef742bfc4e108aed1aba4 Signed-off-by: Seung-Woo Kim --- packaging/gdb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/gdb.spec b/packaging/gdb.spec index e63a5a6..fd017a2 100644 --- a/packaging/gdb.spec +++ b/packaging/gdb.spec @@ -28,6 +28,7 @@ Source1001: gdb.manifest %define gdb_src gdb-%{version} %define gdb_build build-%{_target_platform} Requires: python3 +Requires: python3-base Requires: libgmp BuildRequires: bison BuildRequires: expat-devel -- 2.7.4