commit: 165b9e92ffae56c52db0ae45c9aa519469bc62bf
Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Tue Feb 21 06:48:43 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 06:48:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=165b9e92
app-misc/vocabsieve: fix dependency
Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>
app-misc/vocabsieve/vocabsieve-0.10.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
index c742fe6ea..55bf95377 100644
--- a/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+ dev-python/pysubs2[${PYTHON_USEDEP}]
dev-python/bidict[${PYTHON_USEDEP}]
dev-python/pystardict[${PYTHON_USEDEP}]
dev-python/pymorphy2[${PYTHON_USEDEP}]