papis: add missing dependency

This commit is contained in:
Senwen Deng 2024-08-16 16:47:09 +02:00 committed by classabbyamp
parent e2842722e4
commit 896abf7b1c
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'papis'
pkgname=papis
version=0.13
revision=2
revision=3
build_style=python3-module
make_check_target="papis tests"
hostmakedepends="python3-setuptools"
@ -9,7 +9,8 @@ depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4
python3-colorama python3-click python3-slugify python3-prompt_toolkit
python3-tqdm python3-Pygments python3-stevedore python3-parsing
python3-filetype python3-bibtexparser python3-habanero python3-arxiv2bib
python3-isbnlib python3-lxml python3-doi python3-dominate python3-Whoosh"
python3-isbnlib python3-lxml python3-doi python3-dominate python3-Whoosh
python3-typing_extensions"
checkdepends="${depends} python3-typing_extensions python3-pytest-cov"
short_desc="Command-line based document and bibliography manager"
maintainer="xaltsc <xaltsc@protonmail.ch>"