Skip to content

Commit

Permalink
add missing dependency python-3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomhmpereira committed Jun 8, 2024
1 parent 198c894 commit 9de2bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions cvc5.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"conf-gmp" {build}
"conf-cmake" {build}
"conf-python-3" {build}
"conf-python-3-dev" {build}
"odoc" {with-doc}
]
build: [
Expand Down
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
(conf-g++ :build)
(conf-gmp :build)
(conf-cmake :build)
(conf-python-3 :build)))
(conf-python-3 :build)
(conf-python-3-dev :build)))

0 comments on commit 9de2bbc

Please sign in to comment.