Opam: add missing dep in tezos-node-shell-base

This commit is contained in:
Grégoire Henry 2018-01-28 18:52:42 +01:00
parent f00c7c0667
commit 66fb1811ae
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,7 @@ depends: [
"jbuilder" { build & >= "1.0+beta15" }
"tezos-base"
"tezos-node-p2p-base"
"tezos-node-shell-base"
"ocplib-resto"
]
build: [

View File

@ -10,10 +10,9 @@ depends: [
"ocamlfind" { build }
"jbuilder" { build & >= "1.0+beta15" }
"base-bigarray"
"mtime.clock.os"
"mtime"
"ocplib-resto-cohttp"
"tezos-base"
"tezos-worker"
"tezos-node-p2p-base"
]
build: [