aboutsummaryrefslogtreecommitdiffstats
path: root/app-office/fava/fava-1.19.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-09-07 13:06:28 +0200
committerWolfgang Müller2021-09-07 13:06:28 +0200
commit3513628ae3481fdf7cee8745a00403d8c002a7b7 (patch)
treed187e24c60c87610066dfe32b982a1278fb8ce8c /app-office/fava/fava-1.19.ebuild
parent2f4925d8a2d678bdeb57a8835ca20a997188bf8a (diff)
downloadpramantha-3513628ae3481fdf7cee8745a00403d8c002a7b7.tar.gz
app-office/fava: Add dependency for dev-python/chardet
Setting up fava on a WSL 2 installation of Gentoo revealed this previously undocumented dependency. Make sure we actually pull it in. Package-Manager: Portage-3.0.20, Repoman-3.0.3
Diffstat (limited to '')
-rw-r--r--app-office/fava/fava-1.19-r1.ebuild (renamed from app-office/fava/fava-1.19.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-office/fava/fava-1.19.ebuild b/app-office/fava/fava-1.19-r1.ebuild
index 51cd6ef..452bff3 100644
--- a/app-office/fava/fava-1.19.ebuild
+++ b/app-office/fava/fava-1.19-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]
>=dev-python/simplejson-3.2.0[${PYTHON_USEDEP}]
>=dev-python/werkzeug-1.0.0[${PYTHON_USEDEP}]
+ dev-python/chardet[${PYTHON_USEDEP}]
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"