From f3ad075f3e466c2dd8bca9243ed8a9de8237c6f7 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 3 Jan 2018 01:46:00 +0100 Subject: [PATCH] python: Remove more tests folders --- packages/python/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/python/build.sh b/packages/python/build.sh index 59d16c8a5b..4cc39d1207 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -30,6 +30,10 @@ lib/python${_MAJOR_VERSION}/idlelib lib/python${_MAJOR_VERSION}/test lib/python${_MAJOR_VERSION}/tkinter lib/python${_MAJOR_VERSION}/turtledemo +lib/python${_MAJOR_VERSION}/ctypes/test +lib/python${_MAJOR_VERSION}/distutils/tests +lib/python${_MAJOR_VERSION}/sqlite3/test +lib/python${_MAJOR_VERSION}/unittest/test " termux_step_pre_configure() {