From d4e192988b0a25a0196c3f5c01d821774ab1a9eb Mon Sep 17 00:00:00 2001 From: xuhy Date: Thu, 20 Jun 2024 10:53:05 +0800 Subject: [PATCH] Fix the issue that M2Crypto module is not found on opensuse 15.5. Change-Id: Ib33de9f528d708c1a3b1a9d9a7dd32d6ffebd7a9 Signed-off-by: xuhy --- packaging/gbs.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 2268dd4..80f2844 100755 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -17,6 +17,7 @@ BuildArch: noarch URL: http://www.tizen.org Source0: %{name}_%{version}.tar.gz Requires: python3 +Requires: python3-M2Crypto Requires: python3-pycurl Requires: python3-requests Requires: python3-lxml -- 2.34.1