dev-python/guessit: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-03-25 13:02:01 +01:00
parent c18543ae1b
commit 59a0e050fb
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
@@ -20,7 +21,6 @@ RDEPEND="
>=dev-python/rebulk-0.9.0[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"

View File

@@ -3,6 +3,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 git-r3
@@ -21,7 +22,6 @@ RDEPEND="
>=dev-python/rebulk-0.9.0[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"