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:
parent
9c78722059
commit
df79ae6b33
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue