From e8a93230c426323bb7ffa5adc2f05e82cd9b4283 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:27:39 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 2 ++ source.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 44e110e..aa59e68 100644 --- a/pkg.info +++ b/pkg.info @@ -4,4 +4,6 @@ version: 3.12.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"] type: source diff --git a/source.sh b/source.sh index 10fd6c4..0891558 100644 --- a/source.sh +++ b/source.sh @@ -18,6 +18,7 @@ build() { ./configure --prefix=/usr \ --enable-shared \ --with-system-expat \ + --with-ensurepip \ --enable-optimizations make }