From 60883e8d8dd91d35a8de780493d0d5c969aa1ada Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Tue, 20 Feb 2018 12:38:22 -0600 Subject: [PATCH] Experimentally drop libgo --- uwsgi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwsgi.spec b/uwsgi.spec index e7aafb7..50249f6 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -189,7 +189,7 @@ BuildRequires: perl-Coro BuildRequires: zeromq-devel %endif %if %{with go} -BuildRequires: libgo-devel, gcc-go +BuildRequires: gcc-go %endif %if %{with systemd} BuildRequires: systemd-devel, systemd-units @@ -612,7 +612,7 @@ This package contains the fiber plugin for uWSGI %package -n %{name}-plugin-gccgo Summary: uWSGI - Plugin for GoLang support Group: System Environment/Daemons -Requires: %{name}-plugin-common = %{version}-%{release}, libgo +Requires: %{name}-plugin-common = %{version}-%{release} %description -n %{name}-plugin-gccgo This package contains the gccgo plugin for uWSGI