aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-08-07 19:24:42 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-08-07 19:24:42 +0200
commitc6d85b777ba2a86d652740a6de6fe3cd12fa7d88 (patch)
treeb3997f3eedc0a52654654986cdde66572031f3ed
parent174193c2875683b2d6301ebd1492ff3350ff1703 (diff)
Version 5.0.1.1, tag libreoffice-5.0.1.1 libreoffice-5.0.1.1
Change-Id: I128f447eb1877b143e5b995fed9d59c8455bea8b
0 files changed, 0 insertions, 0 deletions
ork'>feature/sw-delete-undo-rework LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/python3
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-12-02 12:21:36 +0200
committerTor Lillqvist <tml@collabora.com>2020-12-03 11:05:52 +0100
commit8b8c420dc56da6b01aa29cbf433e98b9d36e2dd6 (patch)
tree42e992c26961259907b2fe0cbff8198aa1fdd1c3 /external/python3
parent0498cc5a1b6f3fef7214553f3e61443238e49f56 (diff)
Drop Python modules we don't want on macOS, too, like on other platforms
On macOS, for various reasons, we use a different approach than on other platforms to construct the bundled Python. Instead of explicitly listing what to include (out of what Python contains and builds) (in ExternalPackage_python3.mk), after Python is built, we remove stuff we don't want (in ExternalProject_python3.mk) and then include everything left in the LibreOfficePython.framework (in GeneratedPackage_python3.mk). This fixes a problem in App Store review: For some reason the review said that the setcchar() function from the ncurses library, used by Python's curses module, is non-public. No idea why the (automated) review picked on that function. As far as I see from the ncurses header in the SDK, that function is no less public than the other ncurses functions that the Python module uses. But oh well, we don't actually ship the curses module anyway on other platforms, so just drop it on macOS, too. And while at it, drop the other unwanted ones, too. And any binary shared libraries for them. Change-Id: Idecaf10a6fb1c59e8711095927f5699b8d2ec98e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107055 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107141 Tested-by: Tor Lillqvist <tml@collabora.com>