From 56d6006ab30f72fc1a478bd8b9d8fcb5122ae64b Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 22 Jun 2021 19:45:09 +0900 Subject: [PATCH] Remove unused dependency Change-Id: I9ae3e28a194e33d76c5315da0d8cf7f4893cdaa5 Signed-off-by: Jihoon Kim --- packaging/nlp.spec | 2 -- service/CMakeLists.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/packaging/nlp.spec b/packaging/nlp.spec index fa684b3..b200347 100755 --- a/packaging/nlp.spec +++ b/packaging/nlp.spec @@ -7,7 +7,6 @@ Group: Graphics & UI Framework/Input License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: pkgconfig(capi-base-common) BuildRequires: pkgconfig(capi-appfw-service-application) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(bundle) @@ -68,7 +67,6 @@ rm -rf %{buildroot} %post %postun -tpk-backend -d %{name} --preload --force-remove %files %manifest service/org.tizen.nlp.service.manifest diff --git a/service/CMakeLists.txt b/service/CMakeLists.txt index 8c77496..07dd7e0 100755 --- a/service/CMakeLists.txt +++ b/service/CMakeLists.txt @@ -25,7 +25,6 @@ ENDIF("${CMAKE_BUILD_TYPE}" STREQUAL "") MESSAGE("Build type: ${CMAKE_BUILD_TYPE}") pkg_check_modules(pkgs REQUIRED - capi-base-common capi-appfw-service-application bundle python3-embed -- 2.34.1