Opam: add missing dep in tezos-node-shell-base
This commit is contained in:
parent
f00c7c0667
commit
66fb1811ae
@ -11,6 +11,7 @@ depends: [
|
||||
"jbuilder" { build & >= "1.0+beta15" }
|
||||
"tezos-base"
|
||||
"tezos-node-p2p-base"
|
||||
"tezos-node-shell-base"
|
||||
"ocplib-resto"
|
||||
]
|
||||
build: [
|
||||
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user