summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-03 23:27:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-15 01:21:35 +0200
commit4d66b265f0902a046ec6e5cdb95b9dc9b733a54a (patch)
tree9adc5c83e6b20747e2c481f93b4e20476c4ee4db
parentsys-process/audit: Drop superfluous calls to python_is_python3 (diff)
downloadgentoo-4d66b265f0902a046ec6e5cdb95b9dc9b733a54a.tar.gz
gentoo-4d66b265f0902a046ec6e5cdb95b9dc9b733a54a.tar.bz2
gentoo-4d66b265f0902a046ec6e5cdb95b9dc9b733a54a.zip
dev-python/betamax: Drop superfluous python_gen_cond_dep w/o python2_7
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-python/betamax/betamax-0.8.1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/betamax/betamax-0.8.1.ebuild b/dev-python/betamax/betamax-0.8.1.ebuild
index 15c29c6306ec..61bdd95d4858 100644
--- a/dev-python/betamax/betamax-0.8.1.ebuild
+++ b/dev-python/betamax/betamax-0.8.1.ebuild
@@ -17,11 +17,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="
- test? (
- ${RDEPEND}
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
- )"
+DEPEND="test? ( ${RDEPEND} )"
PATCHES=(
"${FILESDIR}/betamax-0.8.1-tests.patch"