From 9ee14d930c86ea37ad471cddc832ea2489bdfbcb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 20 Jul 2021 14:43:49 +0300 Subject: [PATCH] python: enable ensurepip. Closes #295 --- extra/python/build | 2 +- extra/python/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/python/build b/extra/python/build index f7db0205..9a1948e7 100755 --- a/extra/python/build +++ b/extra/python/build @@ -40,7 +40,7 @@ chmod u+w "$1/usr/lib/libpython"* { cd "$1/usr/lib/python"* rm -rf test ./*/test ./*/tests - rm -rf pydoc* idlelib turtle* config-* ensurepip + rm -rf pydoc* idlelib turtle* config-* cd "$1/usr/bin" rm -f pydoc* idle* diff --git a/extra/python/version b/extra/python/version index 58de9634..91bdc475 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.9.6 1 +3.9.6 2