chore: drop dep on ocaml-protoc as the generated code is checked-in

This commit is contained in:
Simon Cruanes 2022-08-17 10:28:32 -04:00
parent 078b074734
commit 3d00ffc1e0
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
3 changed files with 0 additions and 4 deletions

View file

@ -18,7 +18,6 @@
(ocaml (>= "4.08")) (ocaml (>= "4.08"))
ptime ptime
(odoc :with-doc) (odoc :with-doc)
(ocaml-protoc (>= 2.2))
(pbrt (>= 2.2))) (pbrt (>= 2.2)))
(tags (tags
(instrumentation tracing opentelemetry datadog jaeger))) (instrumentation tracing opentelemetry datadog jaeger)))
@ -42,7 +41,6 @@
(mtime (>= "1.4")) ; for spans (mtime (>= "1.4")) ; for spans
; atomic ; vendored ; atomic ; vendored
(opentelemetry (= :version)) (opentelemetry (= :version))
(ocaml-protoc (>= 2.2))
(pbrt (>= 2.2)) (pbrt (>= 2.2))
(odoc :with-doc) (odoc :with-doc)
ocurl) ocurl)

View file

@ -13,7 +13,6 @@ depends: [
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"mtime" {>= "1.4"} "mtime" {>= "1.4"}
"opentelemetry" {= version} "opentelemetry" {= version}
"ocaml-protoc" {>= "2.2"}
"pbrt" {>= "2.2"} "pbrt" {>= "2.2"}
"odoc" {with-doc} "odoc" {with-doc}
"ocurl" "ocurl"

View file

@ -14,7 +14,6 @@ depends: [
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"ptime" "ptime"
"odoc" {with-doc} "odoc" {with-doc}
"ocaml-protoc" {>= "2.2"}
"pbrt" {>= "2.2"} "pbrt" {>= "2.2"}
] ]
build: [ build: [