diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-01-08 15:03:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-08 12:03:37 -0800 |
| commit | 8a4593ccbe9ee31e11ee26b71be7640aabe98151 (patch) | |
| tree | eea35824507d674550b01ce3ebb21c2b911fb4c7 | |
| parent | 31b95c6b4f99ac77a410a1d31ff0e556175ded5d (diff) | |
| download | vcpkg-8a4593ccbe9ee31e11ee26b71be7640aabe98151.tar.gz vcpkg-8a4593ccbe9ee31e11ee26b71be7640aabe98151.zip | |
[pybind11] Use vcpkg Python3. (#15507)
| -rw-r--r-- | ports/pybind11/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL index 8b14c31ec..bd62b362d 100644 --- a/ports/pybind11/CONTROL +++ b/ports/pybind11/CONTROL @@ -1,6 +1,6 @@ Source: pybind11 Version: 2.6.0 -Port-Version: 2 +Port-Version: 3 Homepage: https://github.com/pybind/pybind11 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 (windows) +Build-Depends: python3 |
