From d53b6d38b8f6ad117a0de34bd3bfcd3097227156 Mon Sep 17 00:00:00 2001 From: Jeffrey Lin Date: Sat, 22 Feb 2020 22:50:21 -0500 Subject: [PATCH] net-misc/nyx: require dev-lang/python[sqlite] Closes: https://bugs.gentoo.org/715170 Signed-off-by: Jeffrey Lin Closes: https://github.com/gentoo/gentoo/pull/14746 Signed-off-by: Andreas Sturmlechner --- net-misc/nyx/{nyx-2.1.0.ebuild => nyx-2.1.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename net-misc/nyx/{nyx-2.1.0.ebuild => nyx-2.1.0-r1.ebuild} (91%) diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild similarity index 91% rename from net-misc/nyx/nyx-2.1.0.ebuild rename to net-misc/nyx/nyx-2.1.0-r1.ebuild index 99d81268a583..a95caeb5ea5f 100644 --- a/net-misc/nyx/nyx-2.1.0.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_REQ_USE='sqlite(-)' inherit vcs-snapshot distutils-r1 @@ -24,5 +25,5 @@ RESTRICT="!test? ( test )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" - net-libs/stem + net-libs/stem[${PYTHON_USEDEP}] net-vpn/tor" -- 2.26.2