wwrando: depend on python

This commit is contained in:
Christoph Reiter
2021-07-14 19:35:48 +02:00
parent c3dccb8d7a
commit 1a53d71682

View File

@@ -4,12 +4,12 @@ _realname=wwrando
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.9.0
pkgrel=2
pkgrel=3
pkgdesc="Wind Waker Randomizer (mingw-w64)"
arch=('any')
url="https://github.com/LagoLunatic/wwrando"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-pyside2-qt5" "${MINGW_PACKAGE_PREFIX}-python-yaml" "${MINGW_PACKAGE_PREFIX}-python-pillow")
depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-pyside2-qt5" "${MINGW_PACKAGE_PREFIX}-python-yaml" "${MINGW_PACKAGE_PREFIX}-python-pillow")
makedepends=("${MINGW_PACKAGE_PREFIX}-pyside2-tools-qt5")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-tinyaes" "${MINGW_PACKAGE_PREFIX}-python-pyfastbti" "${MINGW_PACKAGE_PREFIX}-python-pyfasttextureutils")
options=('staticlibs' 'strip' '!debug')