diff options
| author | Lasse Blaauwbroek | 2020-12-16 09:14:02 +0100 |
|---|---|---|
| committer | Lasse Blaauwbroek | 2020-12-16 09:35:39 +0100 |
| commit | 537c8f2c38d5e3751adcc402e70010c1e7e9e9bd (patch) | |
| tree | 7768764e649a494ceb7bbf8cce0d8efdbea7bfd6 | |
| parent | 1c400a19aeb70842453f83a26f5abafc59901242 (diff) | |
Add build dependency of conf-ptyon-3 to coq-doc
| -rw-r--r-- | coq-doc.opam | 1 | ||||
| -rw-r--r-- | dune-project | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/coq-doc.opam b/coq-doc.opam index 3a872db33d..9b0d562c45 100644 --- a/coq-doc.opam +++ b/coq-doc.opam @@ -17,6 +17,7 @@ doc: "https://coq.github.io/doc/" bug-reports: "https://github.com/coq/coq/issues" depends: [ "dune" {build & >= "2.5.0"} + "conf-python-3" {build} "coq" {build & = version} ] build: [ diff --git a/dune-project b/dune-project index 1187c58449..4cb9c13bde 100644 --- a/dune-project +++ b/dune-project @@ -75,6 +75,7 @@ development of interactive proofs.")) (license "OPL-1.0") (depends (dune (and :build (>= 2.5.0))) + (conf-python-3 :build) (coq (and :build (= :version)))) (synopsis "The Coq Proof Assistant --- Reference Manual") (description "Coq is a formal proof management system. It provides |
