From e90f14482e08018b404c5e4f190d73ed73f21286 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 25 Jul 2021 10:47:39 +0800 Subject: [PATCH] Fixes #126 - Stop excluding wsgiref from standard library. --- patch/Python/release.common.exclude | 3 --- 1 file changed, 3 deletions(-) diff --git a/patch/Python/release.common.exclude b/patch/Python/release.common.exclude index d1a3a7d..a4ac370 100644 --- a/patch/Python/release.common.exclude +++ b/patch/Python/release.common.exclude @@ -19,9 +19,6 @@ Python/Resources/lib/python*/sqlite3/test Python/Resources/lib/python*/test # Remove compiled test and example modules. Python/Resources/lib/python*/lib-dynload/*.so -# Remove wsgiref web app module; it's unusual that mobile apps would -# start a web app server with it. -Python/Resources/lib/python*/wsgiref # Remove config-* directory, which is used for compiling C extension modules. Python/Resources/lib/python*/config-* # Remove ensurepip. If user code needs pip, it can add it to