From b0d403c03b82eb07b403247619278b9a529884d7 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Tue, 25 Oct 2022 22:15:29 -0700 Subject: [PATCH] we need to require curl --- anda/go/curlie/golang-github-rs-curlie.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/go/curlie/golang-github-rs-curlie.spec b/anda/go/curlie/golang-github-rs-curlie.spec index e97d0922d1..1dd01bd409 100644 --- a/anda/go/curlie/golang-github-rs-curlie.spec +++ b/anda/go/curlie/golang-github-rs-curlie.spec @@ -21,6 +21,8 @@ License: MIT URL: %{gourl} Source: %{gosource} +Requires: curl + %description %{common_description} %gopkg @@ -55,6 +57,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %autochangelog %package -n curlie +Requires: curl Summary: The power of curl, the ease of use of httpie %description -n curlie %{common_description} %files -n curlie