From d0df9a7ab5f0458392a469e02b7280fc71df12e4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 8 Nov 2021 09:24:39 -0500 Subject: [PATCH] Drop nghttp2 from the module, since we're bundling it Signed-off-by: Stephen Gallagher --- nodejs.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 3e08ace..bc4d99c 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -15,7 +15,7 @@ data: - buildrequires: platform: [el8] requires: - platform: [el8] + platform: [https://src.osci.redhat.com/rpms/nghttp2/commits/rhel-8.6.0el8] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs @@ -48,10 +48,6 @@ data: rationale: Platform abstraction layer for Node.js ref: 1 buildorder: 0 - nghttp2: - rationale: Needed for HTTP2 support - ref: rawhide - buildorder: 0 nodejs: rationale: Javascript runtime and npm package manager. ref: 16