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:

1e442e585b
This commit is contained in:
Oliver Smith 2019-11-10 13:06:02 +01:00
parent 9c78722059
commit df79ae6b33
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -2,12 +2,12 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
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"