From df79ae6b336ee7b175b6ab7a225a52f881351666 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 10 Nov 2019 13:06:02 +0100 Subject: [PATCH] postmarketos-splash: depend explicitly on python3 Python was upgraded to 3.8 in Alpine. Since then, we need explicit depends on Python 3, as explained here: https://gitlab.alpinelinux.org/alpine/aports/commit/1e442e585b76abb5e2b8343d4b37eb501aee3db2 --- main/postmarketos-splash/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-splash/APKBUILD b/main/postmarketos-splash/APKBUILD index 31c4b408c..9ad625830 100644 --- a/main/postmarketos-splash/APKBUILD +++ b/main/postmarketos-splash/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Martijn Braam pkgname=postmarketos-splash pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Splash screen for postmarketOS" url="https://gitlab.com/postmarketos" arch="noarch" license="MIT" -depends="ttf-dejavu ttf-droid py3-pillow" +depends="ttf-dejavu ttf-droid py3-pillow python3" source="https://gitlab.com/postmarketos/postmarketos-splash/-/archive/$pkgver/postmarketos-splash-$pkgver.tar.gz config.ini https://gitlab.com/postmarketOS/artwork/raw/master/logo/pmos.ttf"