aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/CONTROL
diff options
context:
space:
mode:
authorAdam Johnson <AdamJohnso@gmail.com>2020-06-12 01:23:26 -0400
committerGitHub <noreply@github.com>2020-06-11 22:23:26 -0700
commite1783c68c43bc59f545551071a2775971497c871 (patch)
treef6f4fc4e64b9e63d1717a398e11ee85702122e2c /ports/python3/CONTROL
parentca52d429b63391cbf7eb228cad4c7567200bee41 (diff)
downloadvcpkg-e1783c68c43bc59f545551071a2775971497c871.tar.gz
vcpkg-e1783c68c43bc59f545551071a2775971497c871.zip
[python3] Update to Python 3.8 (#11708)
* [python3] Update to Python 3.8.3. [vtk] Update to Python 3.8 and fix improper Python3 artifact specification. * [python3] Fix static linking, broken in 121faf2. * [hyperscan] Add missing build dependency (fixes CI on macOS).
Diffstat (limited to 'ports/python3/CONTROL')
-rw-r--r--ports/python3/CONTROL5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL
index 3c6ba8eb1..abb7bf23a 100644
--- a/ports/python3/CONTROL
+++ b/ports/python3/CONTROL
@@ -1,9 +1,8 @@
Source: python3
-Version: 3.7.3-3
+Version: 3.8.3
Homepage: https://github.com/python/cpython
Description: The Python programming language as an embeddable library
-Build-Depends: libffi, openssl
+Build-Depends: libffi, openssl, zlib (!uwp&!windows)
Feature: enable-shared
Description: Build shared libraries in addition to static ones built by default
-Build-Depends: zlib (!uwp&!windows)