From fc77933097407f98774102ccdb215b055c983f7b Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 24 Apr 2017 15:12:51 +0200 Subject: [PATCH] add icu, libuv (nodejs dependencies) Signed-off-by: Tomas Tomecek --- shared-userspace.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/shared-userspace.yaml b/shared-userspace.yaml index 0d666d8..9d4c95c 100644 --- a/shared-userspace.yaml +++ b/shared-userspace.yaml @@ -32,6 +32,8 @@ data: - libusb - libxslt - imake + - libicu + - libuv components: rpms: xapian-core: @@ -116,3 +118,11 @@ data: rationale: Requirement for imake. ref: f26 buildorder: 5 + icu: + rationale: Dependency of many packages. + ref: f26 + buildorder: 7 + libuv: + rationale: Requirement for nodejs. + ref: f26 + buildorder: 2