diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 09:37:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 09:37:34 +0200 |
commit | 8fec04c733579a02a5b827adcc16542685b67bb2 (patch) | |
tree | 60210b5946ea6b73fbf3c16cff0ca7e3a9982418 | |
parent | aaab4b270cb86c0dd29ac79dc889fabec33b2448 (diff) |
Add dependencies on build2 and bpkg in manifests
-rw-r--r-- | manifest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,5 +9,6 @@ changes-file: NEWS url: https://build2.org email: users@build2.org requires: c++14 -requires: build2 >= 0.4.0 +depends: * build2 >= 0.4.0-a1 +depends: * bpkg >= 0.4.0-a1 depends: libbutl == 0.4.0-a1 |