From: Joonas Niilola Date: Thu, 23 Apr 2020 06:22:31 +0000 (+0300) Subject: dev-db/sadisplay: fix DISTUTILS_USE_SETUPTOOLS value X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=78a010a5e82dda161ae4da5740d772b72fb27de2;p=gentoo.git dev-db/sadisplay: fix DISTUTILS_USE_SETUPTOOLS value Signed-off-by: Joonas Niilola --- diff --git a/dev-db/sadisplay/sadisplay-0.4.9.ebuild b/dev-db/sadisplay/sadisplay-0.4.9.ebuild index fba6f55c38ae..648efe4ed064 100644 --- a/dev-db/sadisplay/sadisplay-0.4.9.ebuild +++ b/dev-db/sadisplay/sadisplay-0.4.9.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -16,8 +16,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="dev-python/sqlalchemy[${PYTHON_USEDEP}]"