Drop dynamic buildrequires
With the switch to vendored dependencies even in Fedora, these serve no purpose, and cause unwanted (and unused) dependencies in ELN.
This commit is contained in:
parent
2b207cbf27
commit
db560ae46c
@ -70,9 +70,6 @@ echo "=== Start prep ==="
|
||||
tar c -C vendor/ . | tar x -C %{gobuilddir}/src
|
||||
%autopatch -v -p1
|
||||
|
||||
%generate_buildrequires
|
||||
%go_generate_buildrequires
|
||||
|
||||
%build
|
||||
echo "=== Start build ==="
|
||||
%gobuild -o %{gobuilddir}/bin/dlv %{goipath}/cmd/dlv
|
||||
|
Loading…
Reference in New Issue
Block a user