anki: add python3-jsonschema dependency
This commit is contained in:
parent
a27a879361
commit
8af7e0b1c3
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'anki'
|
# Template file for 'anki'
|
||||||
pkgname=anki
|
pkgname=anki
|
||||||
version=2.1.13
|
version=2.1.13
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
|
pycompile_dirs="/usr/share/anki/anki /usr/share/anki/aqt"
|
||||||
depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy
|
depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy
|
||||||
python3-PyAudio python3-mpv python3-Markdown python3-send2trash
|
python3-PyAudio python3-mpv python3-Markdown python3-send2trash
|
||||||
python3-BeautifulSoup4 python3-decorator"
|
python3-BeautifulSoup4 python3-decorator python3-jsonschema"
|
||||||
short_desc="Spaced repetition flashcard program"
|
short_desc="Spaced repetition flashcard program"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue