dev-python/mobi: PEP517, fix deps and tests

Closes: https://bugs.gentoo.org/831732
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-02-02 12:11:29 +05:00
parent 9ee01bdab5
commit 590ee77d79
3 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A simple sentence mining tool written in PyQt5"