From 11490b72665d7785ae2700ac2305e68cd1cadd69 Mon Sep 17 00:00:00 2001 From: Jiri Date: Tue, 27 Aug 2019 09:01:00 +0200 Subject: [PATCH] Added hunit depndencies --- java-runtime-decompiler.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java-runtime-decompiler.spec b/java-runtime-decompiler.spec index 0f9f4eb..7321107 100644 --- a/java-runtime-decompiler.spec +++ b/java-runtime-decompiler.spec @@ -14,6 +14,8 @@ BuildArch: noarch BuildRequires: maven-local BuildRequires: byteman BuildRequires: rsyntaxtextarea +BuildRequires: junit5 +BuildRequires: junit # depends on devel, not runtime (needs tools.jar) BuildRequires: java-devel = 1:1.8.0 BuildRequires: google-gson