~alpine/aports

testing/mnemosyne: add dependencies v1 APPLIED

Eloi Torrents: 1
 testing/mnemosyne: add dependencies

 1 files changed, 4 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4065/mbox | git am -3
Learn more about email & git

[PATCH] testing/mnemosyne: add dependencies Export this patch

---
 testing/mnemosyne/APKBUILD | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/testing/mnemosyne/APKBUILD b/testing/mnemosyne/APKBUILD
index abb862a7b6..c4114b1bf2 100644
--- a/testing/mnemosyne/APKBUILD
+++ b/testing/mnemosyne/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eloi Torrents <eloitor@disroot.org>
pkgname=mnemosyne
pkgver=2.8
pkgrel=0
pkgrel=1
pkgdesc="A flash-card tool with a sophisticated card review algorithm"
url="https://mnemosyne-proj.org"
arch="all !armhf !ppc64le !s390x !riscv64" # missing py3-qt5 and qt5-qtwebengine
@@ -15,7 +15,10 @@ depends="
	py3-matplotlib
	py3-cherrypy
	py3-webob
	py3-urllib3
	py3-qtwebengine
	py3-googletrans
	py3-gtts
	python3
	"
makedepends="py3-setuptools"
-- 
2.36.0