From d2396de3a1de667419885b04e558a2df12777276 Mon Sep 17 00:00:00 2001 From: "yan11.meng" Date: Tue, 9 Jun 2020 14:11:44 +0800 Subject: [PATCH] fix build error with circular dependence Change-Id: I9eca3115304c129e1f5f99a1d514c51bd46e8109 --- packaging/smartreply.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/smartreply.spec b/packaging/smartreply.spec index 3513c9f..732a99d 100755 --- a/packaging/smartreply.spec +++ b/packaging/smartreply.spec @@ -11,7 +11,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(json-glib-1.0) -Requires: smartreply-service +#Requires: smartreply-service %description Tizen SmartReply Framework Native API -- 2.34.1