dev-python/python-gflags: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 20:59:53 +0000 (21:59 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Mar 2020 21:11:03 +0000 (22:11 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild

index 35b08f2fdfe91321a6343a20b5db5252dbf28aac..400d38c38cf1c7fc90bd1c4df09b4ddb2980e779 100644 (file)
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_6,3_7} )
 
 inherit distutils-r1
@@ -19,8 +20,7 @@ RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]"
 
 DEPEND="
-       ${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"
+       ${RDEPEND}"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-3.1.1-script-install.patch