diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:27:04 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:35 +0200 |
commit | 4d66b265f0902a046ec6e5cdb95b9dc9b733a54a (patch) | |
tree | 9adc5c83e6b20747e2c481f93b4e20476c4ee4db /dev-python/betamax | |
parent | sys-process/audit: Drop superfluous calls to python_is_python3 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/betamax')
-rw-r--r-- | dev-python/betamax/betamax-0.8.1.ebuild | 6 |
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" |