From f81bc99b41ebc79cb40b041133c0cff077d2592b Mon Sep 17 00:00:00 2001 From: actionless Date: Sat, 15 Jun 2024 21:07:34 +0200 Subject: [PATCH] chore(pkgbuild): specify minimal python version (for Arch-derivative distros) --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 4352dada1..e49cbccf2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,6 +15,7 @@ b2sums=( "SKIP" ) depends=( + 'python>=3.12' 'pyalpm' 'git' )