Rebuild with tk and update optional dependencies

This commit is contained in:
2026-02-25 09:19:34 +02:00
parent 1c3f22bcfa
commit 5d39a484a0
+8 -5
View File
@@ -1,9 +1,11 @@
name: python3
description: The Python3 interpreter
version: 3.12.12
revision: 1
revision: 2
url: https://www.python.org/
license: PSF-2.0
maintainers:
- [email protected]
architecture: any
type: source
depends:
@@ -19,15 +21,16 @@ depends:
- tzdata
- zlib
optional_depends:
- python-pip
- python-setuptools
- sqlite
- xz-utils
- python-pip:Python module manager
- sqlite:Default database integration
- tk:Required for the tkinter module
- xz-utils:Required for the lzma module
make_depends:
- bluez
- gdb
- llvm
- sqlite
- tk
downloads:
- url: https://www.python.org/ftp/python/${BPM_PKG_VERSION}/Python-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}