commit: 78a010a5e82dda161ae4da5740d772b72fb27de2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 06:22:31 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 06:36:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a010a5
dev-db/sadisplay: fix DISTUTILS_USE_SETUPTOOLS value
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-db/sadisplay/sadisplay-0.4.9.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-db/sadisplay/sadisplay-0.4.9.ebuild
b/dev-db/sadisplay/sadisplay-0.4.9.ebuild
index fba6f55c38a..648efe4ed06 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}]"