diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 23:43:06 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-12 00:00:55 +0100 |
commit | 08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba (patch) | |
tree | 4f2c2b89c1b8e58035112d81e46648f3c20e513d /testing/js_of_ocaml/APKBUILD | |
parent | ffe52ad52f7ce86ee3fc4d696ea544a8806dc372 (diff) | |
download | aports-08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba.tar.bz2 aports-08e0ea5a97ba58324cd51f7b6c91c8c91c16aaba.tar.xz |
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.
Diffstat (limited to 'testing/js_of_ocaml/APKBUILD')
-rw-r--r-- | testing/js_of_ocaml/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/js_of_ocaml/APKBUILD b/testing/js_of_ocaml/APKBUILD index d2de771962..3233b78f92 100644 --- a/testing/js_of_ocaml/APKBUILD +++ b/testing/js_of_ocaml/APKBUILD @@ -19,12 +19,10 @@ makedepends=" bash dune ocaml - ocaml-biniou-dev ocaml-camlp4-dev ocaml-cmdliner-dev ocaml-compiler-libs ocaml-cppo-dev - ocaml-easy-format-dev ocaml-findlib-dev ocaml-lwt-dev ocaml-migrate-parsetree-dev |