2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

python: enable ensurepip. Closes #295

This commit is contained in:
Dylan Araps 2021-07-20 14:43:49 +03:00
parent 28276c512f
commit 9ee14d930c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 2 additions and 2 deletions

View File

@ -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*

View File

@ -1 +1 @@
3.9.6 1
3.9.6 2