Experimentally drop libgo

This commit is contained in:
Jorge Gallegos 2018-02-20 12:38:22 -06:00
parent 83c3254780
commit 60883e8d8d
1 changed files with 2 additions and 2 deletions

View File

@ -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