From 97f6179844345dc3b8261f6bab4db6baba3bed90 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 4 Jan 2026 09:43:32 -0800 Subject: [PATCH] Remove unnecessary dependencies in throne.spec (#8913) (#8915) (cherry picked from commit f8f4b3074669210fa214012aaf5dceb9b5d0ac6a) Signed-off-by: bunzuhbu Co-authored-by: bunzuhbu --- anda/apps/throne/throne.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/anda/apps/throne/throne.spec b/anda/apps/throne/throne.spec index 6bd8108cd5..d7b61eaeb7 100644 --- a/anda/apps/throne/throne.spec +++ b/anda/apps/throne/throne.spec @@ -24,12 +24,6 @@ BuildRequires: rpm_macro(cmake_build) BuildRequires: rpm_macro(cmake_install) BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: pkgconfig(protobuf) -BuildRequires: pkgconfig(libcurl) -BuildRequires: cmake(yaml-cpp) -BuildRequires: cmake(ZXing) -BuildRequires: cmake(absl) -BuildRequires: cmake(cpr) BuildRequires: cmake(Qt6) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6Linguist)