aboutsummaryrefslogtreecommitdiff
path: root/ports/pybind11/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-13 23:43:15 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-06-13 23:43:15 -0700
commit50fca8f92acd0e0a6ae082e67d58c59e01a51ad5 (patch)
treeb431a37e402242ffa81c431d914bdaeb5eed1bdf /ports/pybind11/CONTROL
parent77a45ad175bafaeb3c72e1349acef0dc3a797307 (diff)
downloadvcpkg-50fca8f92acd0e0a6ae082e67d58c59e01a51ad5.tar.gz
vcpkg-50fca8f92acd0e0a6ae082e67d58c59e01a51ad5.zip
[pybind11] Build against python3 library inside vcpkg, add find_acquire_program(PYTHON3)
Diffstat (limited to 'ports/pybind11/CONTROL')
-rw-r--r--ports/pybind11/CONTROL5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
index a51fd173c..e5ca37eb4 100644
--- a/ports/pybind11/CONTROL
+++ b/ports/pybind11/CONTROL
@@ -1,3 +1,4 @@
Source: pybind11
-Version: 2.1.0
-Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. \ No newline at end of file
+Version: 2.1.0-1
+Description: pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code.
+Build-Depends: python3 \ No newline at end of file