dev-python/python-jsonrpc-server: remove DISTUTILS_USE_SETUPTOOLS
authorJoonas Niilola <juippis@gentoo.org>
Wed, 29 Jan 2020 05:25:04 +0000 (07:25 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 29 Jan 2020 06:14:04 +0000 (08:14 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-python/python-jsonrpc-server/python-jsonrpc-server-0.3.2.ebuild

index ece8c0451d535443f731d9dd07535fed10c183cf..c3430e9a8277d93288d39311c75b2fea5c4a357a 100644 (file)
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1