newapkbuild: don't add python to depends by default

this is already traced by abuild python changes
This commit is contained in:
psykose 2023-05-24 00:09:48 +00:00
parent bfb88aef29
commit f1d8172827
1 changed files with 0 additions and 4 deletions

View File

@ -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