From: biao716.wang Date: Thu, 3 Aug 2023 11:18:49 +0000 (+0900) Subject: fix build error on opensuse 15.x X-Git-Tag: upstream/0.170.1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a1252c8889ad96db80fd01efb94678654fcd0ee;p=tools%2Fosc.git fix build error on opensuse 15.x Change-Id: Ifa5510aa3d0f8c48d2d11b99266efe0fdcfbd7a0 Signed-off-by: biao716.wang --- 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