From f1d8172827ef27c18000c45be75e46b186e59b08 Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 24 May 2023 00:09:48 +0000 Subject: [PATCH] newapkbuild: don't add python to depends by default this is already traced by abuild python changes --- newapkbuild.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/newapkbuild.in b/newapkbuild.in index c04efe3..bc2b656 100644 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -260,10 +260,6 @@ newaport() { source="https://downloads.sourceforge.net/$pn/$pn-$pv.tar.gz" fi - if [ -z "$depends" ] && [ "$buildtype" = "python"* ]; then - depends="python3" - fi - if [ -z "$depends" ] && [ "$buildtype" = "perl" ]; then depends="perl" fi