net-misc/nyx: require dev-lang/python[sqlite]
authorJeffrey Lin <jeffrey@icurse.nl>
Sun, 23 Feb 2020 03:50:21 +0000 (22:50 -0500)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 May 2020 16:45:59 +0000 (18:45 +0200)
Closes: https://bugs.gentoo.org/715170
Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/14746
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-misc/nyx/nyx-2.1.0-r1.ebuild [moved from net-misc/nyx/nyx-2.1.0.ebuild with 91% similarity]

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 99d81268a5830203ef18535d56d023bf713b6ff0..a95caeb5ea5ff03f713db121d3b37a9baeda90aa 100644 (file)
@@ -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"