From c161d33e44492deccc7c69794dc3cf8aa71ca243 Mon Sep 17 00:00:00 2001 From: Sztergbaum Roman Date: Wed, 18 Jul 2018 01:23:02 +0200 Subject: =?UTF-8?q?[pybind11]=20update=20to=202.2.3=20and=20remove=20unwan?= =?UTF-8?q?ted=20python=20dependancies=20fr=E2=80=A6=20(#3812)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pybind11] update to 2.2.3 and remove unwanted python dependancies from CONTROL * update sol2/pybind11 CONTROL file --- ports/pybind11/CONTROL | 2 +- ports/sol2/CONTROL | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3