diff options
Diffstat (limited to 'templates/python/template')
| -rw-r--r-- | templates/python/template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/python/template b/templates/python/template index f698bc6..62207e2 100644 --- a/templates/python/template +++ b/templates/python/template @@ -5,6 +5,8 @@ upstream="https://github.com/python/cpython/archive/refs/tags/v${version}.tar.gz cddir="cpython-${version}" +makedepends=(openssl3 make autoconf) + function do_configure { mkdir build/ cd build/ |
