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