summaryrefslogtreecommitdiff
path: root/templates/python
diff options
context:
space:
mode:
author0x221e <x221e@0xinfinity.dev>2026-06-22 13:23:39 +0300
committer0x221e <x221e@0xinfinity.dev>2026-06-22 13:23:39 +0300
commit05581d5e237477aac51b3dbf8e4c03714a36e276 (patch)
tree222c402e52ec63d529b6b21d1add0ebe88fff877 /templates/python
parentcacee711ffebd105827ce8b35e4c13a4e674538a (diff)
downloadibps-src-master.tar.gz
ibps-src: make template functions optional, replace sudo with doasHEADmaster
sync: sync all templates (not v0 yet, therefore it is acceptable)
Diffstat (limited to 'templates/python')
-rw-r--r--templates/python/template2
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/