From f4e76c10cd494b31e4b88b4f14e2ad044b75d129 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 21 Jul 2016 14:02:22 +0200 Subject: [PATCH] add BR for nghttp2 used by the upstream test-suite --- curl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curl.spec b/curl.spec index 2c57c8f..20681c8 100644 --- a/curl.spec +++ b/curl.spec @@ -44,6 +44,9 @@ BuildRequires: python BuildRequires: stunnel BuildRequires: zlib-devel +# nghttpx (an HTTP/2 proxy) is used by the upstream test-suite +BuildRequires: nghttp2 + # perl modules used in the test suite BuildRequires: perl(Cwd) BuildRequires: perl(Digest::MD5)