From 08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 11 Mar 2018 23:43:06 +0100 Subject: testing/ocaml-yojson: fix depends on -dev subpkg, fix depending pkgs There are already two packages that require yojson and not biniou or easy-format, but fails to build when ocaml-biniou-dev and ocaml-easy-format-dev are not installed, so they are probably needed as transitive dependencies. --- testing/merlin/APKBUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'testing/merlin') diff --git a/testing/merlin/APKBUILD b/testing/merlin/APKBUILD index f9a2a4e360..93a63497b7 100644 --- a/testing/merlin/APKBUILD +++ b/testing/merlin/APKBUILD @@ -10,8 +10,6 @@ license="MIT" depends="ocaml ocaml-findlib" makedepends=" ocaml - ocaml-biniou-dev - ocaml-easy-format-dev ocaml-findlib-dev ocaml-yojson-dev " -- cgit v1.2.3