commit: 9db722cfda7669d6bb4114c2b8dcf3de3ff819fc
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 7 16:10:40 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 7 16:11:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db722cf
net-irc/quasselgrep: remove redundant RDEPEND
Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild
b/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild
index 83e67c38a6b..b4bd7c87639 100644
--- a/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild
+++ b/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild
@@ -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}]"