Remove golang dependencies

Doesn't seem like golang is used for anything, this package builds just
fine in mockbuild without it.
This commit is contained in:
LuK1337 2025-03-03 21:41:36 +01:00
commit 504375f6b3
No known key found for this signature in database

View file

@ -21,12 +21,6 @@ BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gtest-devel
BuildRequires: golang
BuildRequires: golang(golang.org/x/crypto/chacha20)
BuildRequires: golang(golang.org/x/crypto/chacha20poly1305)
BuildRequires: golang(golang.org/x/crypto/curve25519)
BuildRequires: golang(golang.org/x/crypto/hkdf)
BuildRequires: golang(golang.org/x/crypto/xts)
BuildRequires: libusbx-devel
BuildRequires: libzstd-devel
BuildRequires: lz4-devel
@ -72,7 +66,6 @@ setup between the host and the target phone as adb.
cp -p %{SOURCE1} 51-android.rules
%build
export GO111MODULE=off
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF
%cmake_build