From f75d4ff98319b64f9439f1c48dfbdbe878b9c852 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 12 Mar 2025 21:13:10 +0200 Subject: [PATCH] Fix dependencies --- pkg.info | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index aa59e68..027d9c3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,11 @@ name: python3 description: The Python3 interpreter version: 3.12.2 +revision: 2 url: https://www.python.org/ license: PSF-2.0 architecture: any depends: ["bzip2","expat","gdbm","glibc","libffi","libxcrypt","ncurses","openssl","zlib"] -make_depends: ["bash","binutils","coreutils","expat","gcc","gdbm","gettext","glibc","grep","libffi","libxcrypt","make","ncurses","openssl","pkgconf","sed","util-linux"] +optional_depends: ["sqlite"] +make_depends: ["llvm","sqlite"] type: source