Remove unused dependencies of test package 38/307238/1
authorDongsun Lee <ds73.lee@samsung.com>
Wed, 6 Mar 2024 08:12:32 +0000 (17:12 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Wed, 6 Mar 2024 08:12:32 +0000 (17:12 +0900)
Change-Id: I82803195cd3f1292720f17ff1c07513392c132f2

packaging/webauthn.spec
tests/CMakeLists.txt

index 97515b351bdd932db21c75ff1924db9f21cb2aab..9f763261c7a6ee6ec0fff8b91171ccb6434b9baf 100644 (file)
@@ -68,8 +68,6 @@ Summary:    Web Authentication Service (unit tests)
 License:    Apache-2.0
 Group:      Security/Development
 BuildRequires: pkgconfig(gtest)
-BuildRequires: pkgconfig(capi-network-bluetooth)
-BuildRequires: pkgconfig(capi-appfw-app-control)
 Requires:      %{name} = %{version}-%{release}
 
 %description unit-tests
index b5ec31d60d0cdce1d6efb9efa939869f7674dbd2..bf33e8c5d0c762a409ef20b7121396b71d591fd9 100644 (file)
@@ -2,8 +2,6 @@ PKG_CHECK_MODULES(UNIT_TESTS_DEPS
     REQUIRED
     dlog
     gtest
-    capi-network-bluetooth
-    capi-appfw-app-control
     )
 
 SET(UNIT_TESTS_SOURCES