aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSztergbaum Roman <roman.sztergbaum@epitech.eu>2018-07-18 01:23:02 +0200
committerRobert Schumacher <roschuma@microsoft.com>2018-07-17 16:23:02 -0700
commitc161d33e44492deccc7c69794dc3cf8aa71ca243 (patch)
treedb1b13f9d59be377fa4e7662884d00eb9376e26f
parent984d95fa5f8892b1065d158a1d97ef70d00485e6 (diff)
downloadvcpkg-c161d33e44492deccc7c69794dc3cf8aa71ca243.tar.gz
vcpkg-c161d33e44492deccc7c69794dc3cf8aa71ca243.zip
[pybind11] update to 2.2.3 and remove unwanted python dependancies fr… (#3812)
* [pybind11] update to 2.2.3 and remove unwanted python dependancies from CONTROL * update sol2/pybind11 CONTROL file
-rw-r--r--ports/pybind11/CONTROL2
-rw-r--r--ports/sol2/CONTROL1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/pybind11/CONTROL b/ports/pybind11/CONTROL
index bd389141b..c6f7f5b7e 100644
--- a/ports/pybind11/CONTROL
+++ b/ports/pybind11/CONTROL
@@ -1,4 +1,4 @@
Source: pybind11
Version: 2.2.3
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
+Build-Depends: python3 (windows) \ No newline at end of file
diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL
index 1bb79470f..9534432da 100644
--- a/ports/sol2/CONTROL
+++ b/ports/sol2/CONTROL
@@ -1,3 +1,4 @@
Source: sol2
Version: 2.20.4
Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great
+Build-Depends: lua (windows) \ No newline at end of file