From 6a1252c8889ad96db80fd01efb94678654fcd0ee Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Thu, 3 Aug 2023 20:18:49 +0900 Subject: [PATCH] fix build error on opensuse 15.x Change-Id: Ifa5510aa3d0f8c48d2d11b99266efe0fdcfbd7a0 Signed-off-by: biao716.wang --- packaging/osc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/osc.spec b/packaging/osc.spec index 6c3330a..9aa7ab0 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -17,8 +17,8 @@ Requires: python3-keyring Requires: python3-rpm %if 0%{?suse_version} || "0%{?tizen_version}" != "0" -BuildRequires: python3-m2crypto -Requires: python3-m2crypto > 0.19 +BuildRequires: python3-M2Crypto +Requires: python3-M2Crypto > 0.19 BuildRequires: python3-xml Requires: python3-xml %else -- 2.34.1