anki: add python3-jsonschema dependency

This commit is contained in:
Piero La Terza 2019-06-15 13:58:02 +02:00 committed by Helmut Pozimski
parent a27a879361
commit 8af7e0b1c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'anki'
pkgname=anki
version=2.1.13
revision=1
revision=2
archs=noarch
build_style=gnu-makefile
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy
python3-PyAudio python3-mpv python3-Markdown python3-send2trash
python3-BeautifulSoup4 python3-decorator"
python3-BeautifulSoup4 python3-decorator python3-jsonschema"
short_desc="Spaced repetition flashcard program"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="AGPL-3.0-or-later"