From 8d5a4268a2b7cb079c3a37d70af75269c2f1f42d Mon Sep 17 00:00:00 2001 From: Osyotr Date: Fri, 16 Jul 2021 10:19:25 +0300 Subject: [boost-python] Allow feature python2 on Unix (#18465) * [boost-python] Allow feature python2 on Unix * Update version record --- ports/boost-python/vcpkg.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ports/boost-python') diff --git a/ports/boost-python/vcpkg.json b/ports/boost-python/vcpkg.json index 02c309ff4..754db2e9c 100644 --- a/ports/boost-python/vcpkg.json +++ b/ports/boost-python/vcpkg.json @@ -1,6 +1,7 @@ { "name": "boost-python", "version": "1.76.0", + "port-version": 1, "description": "Boost python module", "homepage": "https://github.com/boostorg/python", "supports": "!uwp & !(arm & windows) & !emscripten", @@ -41,10 +42,7 @@ "python2": { "description": "Build with Python2 support", "dependencies": [ - { - "name": "python2", - "platform": "windows" - } + "python2" ] } } -- cgit v1.2.3