net-irc/quasselgrep: remove redundant RDEPEND
authorJoonas Niilola <juippis@gentoo.org>
Wed, 7 Aug 2019 16:10:40 +0000 (19:10 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Wed, 7 Aug 2019 16:11:27 +0000 (19:11 +0300)
Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild

index 83e67c38a6bca6c1eb4107b116a97ac058e18646..b4bd7c876391f001facb0bea607979fa77609fa0 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 PYTHON_REQ_USE=( sqlite )
 
-inherit distutils-r1 eutils python-r1
+inherit distutils-r1 eutils
 
 DESCRIPTION="Tool for searching quassel logs from the commandline"
 HOMEPAGE="https://github.com/fish-face/quasselgrep"
@@ -25,8 +25,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-RDEPEND="dev-lang/python[${PYTHON_REQ_USE}]
-       dev-python/future[${PYTHON_USEDEP}]
+RDEPEND="dev-python/future[${PYTHON_USEDEP}]
        dev-python/pycryptodome[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]"