From cb7790ff14cdb586d50f58c491c8c20669301983 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Dec 2017 10:58:09 +0900 Subject: [PATCH] Fix build error nothing provides python-rpm-macros needed by python3-base [Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] build dependency problem [Cause & Measure] remove python-rpm-macros dependency [Checking Method] build test [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I3452ed94d2e3ace471ffbf74a9ba623bf7517e54 Signed-off-by: DongHun Kwak --- packaging/python3-base.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/python3-base.spec b/packaging/python3-base.spec index f32a93bf..1034bfbd 100644 --- a/packaging/python3-base.spec +++ b/packaging/python3-base.spec @@ -97,7 +97,7 @@ Source102: pre_checkin.sh Source103: skipped_tests.py ##### REQURES, PROVIDES, OBSOLETES ##### -Requires: python-rpm-macros +#Requires: python-rpm-macros Recommends: python3 = %{version} #Recommends: python3-ensurepip -- 2.34.1