From 2d8f2fb5851480bbc19afc3f0e9758171115208b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 7 Jul 2018 21:59:04 +0200 Subject: testing/flow: move js_of_ocaml from checkdepends to makedepends --- testing/flow/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/flow') diff --git a/testing/flow/APKBUILD b/testing/flow/APKBUILD index 9407c56da8..55952ccbe3 100644 --- a/testing/flow/APKBUILD +++ b/testing/flow/APKBUILD @@ -7,8 +7,9 @@ pkgdesc="A static typechecker for JavaScript" url="https://flow.org" arch="all !x86 !armhf !s390x" # limited by ocaml aport license="MIT" -checkdepends="bash diffutils js_of_ocaml nodejs yarn" +checkdepends="bash diffutils nodejs yarn" makedepends=" + js_of_ocaml linux-headers ocaml ocaml-compiler-libs -- cgit v1.2.3