From 4c1db6840fa7661cf2adb27fa56e4bd0c6f022ea Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Fri, 22 May 2020 02:39:48 +0800 Subject: [python3] Fix dynamic build error on Linux (#11489) * [python3] Fix dynamic build error on Linux * Update baseline to resolve the regression --- ports/python3/CONTROL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/python3/CONTROL') diff --git a/ports/python3/CONTROL b/ports/python3/CONTROL index 602c42355..3c6ba8eb1 100644 --- a/ports/python3/CONTROL +++ b/ports/python3/CONTROL @@ -1,8 +1,9 @@ Source: python3 -Version: 3.7.3-2 +Version: 3.7.3-3 Homepage: https://github.com/python/cpython Description: The Python programming language as an embeddable library Build-Depends: libffi, openssl Feature: enable-shared Description: Build shared libraries in addition to static ones built by default +Build-Depends: zlib (!uwp&!windows) -- cgit v1.2.3