Skip to content

Commit

Permalink
add which and bash to ensure tests can run
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Feb 1, 2024
1 parent 88af531 commit 17d4273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/obuilder-spec/obuilder-spec.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ depends: [
"ppx_sexp_conv"
"ocaml" {>= "4.14.1"}
"odoc" {with-doc}
"conf-which" {with-test}
"conf-bash" {with-test}
]
build: [
["dune" "subst"] {dev}
Expand Down
2 changes: 2 additions & 0 deletions packages/obuilder/obuilder.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ depends: [
"ocaml" {>= "4.14.1"}
"alcotest-lwt" {>= "1.7.0" & with-test}
"odoc" {with-doc}
"conf-which" {with-test}
"conf-bash" {with-test}
]
build: [
["dune" "subst"] {dev}
Expand Down

0 comments on commit 17d4273

Please sign in to comment.