dev-python/rdflib: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sun, 29 Mar 2020 06:42:36 +0000 (08:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 29 Mar 2020 06:42:36 +0000 (08:42 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rdflib/rdflib-4.2.2-r1.ebuild

index 460b828b77f1f490b2ef3121b9c38771a22624be..ea03105496fa36fb915f00776baea054f8096be3 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python{2_7,3_{6,7}} )
 PYTHON_REQ_USE="sqlite?,threads(+)"
 
@@ -29,7 +30,6 @@ RDEPEND="
        mysql? ( dev-python/mysql-python[$(python_gen_usedep 'python2*')] )
        redland? ( dev-libs/redland-bindings[python,$(python_gen_usedep 'python2*')] )"
 DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
        test? (
                dev-python/sparql-wrapper[${PYTHON_USEDEP}]