diff options
Diffstat (limited to 'main/python3')
| -rw-r--r-- | main/python3/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD index fd1f07c643..ea332e4a7e 100644 --- a/main/python3/APKBUILD +++ b/main/python3/APKBUILD @@ -6,7 +6,7 @@ pkgname=python3 pkgver=3.8.2 _bluez_ver=5.53 _basever="${pkgver%.*}" -pkgrel=2 +pkgrel=3 pkgdesc="A high-level scripting language" url="https://www.python.org/" arch="all" @@ -141,8 +141,12 @@ package() { rm -r "$pkgdir"/usr/bin/idle* "$pkgdir"/usr/lib/python*/idlelib \ "$pkgdir"/usr/lib/python*/tkinter + # TODO(Leo): some stuff still wants /usr/bin/python to be python2 + # which is a bummer because they are holding back progress but they + # are important enough that we need to do it + # # Python3 is the canonical python for the moment - ln -s /usr/bin/python3 "$pkgdir"/usr/bin/python + # ln -s /usr/bin/python3 "$pkgdir"/usr/bin/python } dev() { |
