Skip to content

Commit

Permalink
Add missing python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomhmpereira committed Sep 9, 2024
1 parent a981f30 commit 217eebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cvc5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ depends: [
"conf-cmake" {build}
"conf-python-3" {build}
"conf-python-3-dev" {build}
"conf-python3-pyparsing" {build}
"conf-python3-tomli" {build}
"odoc" {with-doc}
]
build: [
Expand Down
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
(conf-gmp :build)
(conf-cmake :build)
(conf-python-3 :build)
(conf-python-3-dev :build)))
(conf-python-3-dev :build)
(conf-python3-pyparsing :build)
(conf-python3-tomli :build)))

0 comments on commit 217eebb

Please sign in to comment.