aboutsummaryrefslogtreecommitdiff
path: root/ports/python3/CONTROL
diff options
context:
space:
mode:
authorLong Huan <8551701+longhuan2018@users.noreply.github.com>2019-09-30 09:58:00 +0800
committerCurtis J Bezault <curtbezault@gmail.com>2019-09-29 18:58:00 -0700
commitfe3e544fa57c0dc37190a1e06353e1a4b15c9ecd (patch)
treee43788093789d17b23d49d16dba72fa150debfe3 /ports/python3/CONTROL
parent2cf0a50129414e069d81e9d81b87a745348cdf82 (diff)
downloadvcpkg-fe3e544fa57c0dc37190a1e06353e1a4b15c9ecd.tar.gz
vcpkg-fe3e544fa57c0dc37190a1e06353e1a4b15c9ecd.zip
[python3]make python3 support unix (#8055)
* support unix * Update portfile.cmake call vcpkg_execute_build_process instead of vcpkg_execute_required_process
Diffstat (limited to 'ports/python3/CONTROL')
-rw-r--r--ports/python3/CONTROL3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL
index 1b9a01988..da8409fd9 100644
--- a/ports/python3/CONTROL
+++ b/ports/python3/CONTROL
@@ -1,4 +1,5 @@
Source: python3
Version: 3.7.3
Homepage: https://github.com/python/cpython
-Description: The Python programming language as an embeddable library \ No newline at end of file
+Description: The Python programming language as an embeddable library
+Build-Depends: libffi, openssl \ No newline at end of file