From: Michał Górny Date: Sun, 5 Nov 2017 00:06:41 +0000 (+0100) Subject: dev-python/pypy: Remove incorrect pytest dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=76ad7134d3464078b4769e9ce4f801b95a5d168a;p=gentoo.git dev-python/pypy: Remove incorrect pytest dep --- diff --git a/dev-python/pypy/pypy-5.9.0.ebuild b/dev-python/pypy/pypy-5.9.0.ebuild index 4c264728fc8d..737757a547f5 100644 --- a/dev-python/pypy/pypy-5.9.0.ebuild +++ b/dev-python/pypy/pypy-5.9.0.ebuild @@ -38,8 +38,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= !dev-python/pypy-bin:0" DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) - ${PYTHON_DEPS} - test? ( dev-python/pytest )" + ${PYTHON_DEPS}" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index 2929a14e1eba..4fb5eb37b370 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-9999.ebuild @@ -39,8 +39,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= !dev-python/pypy-bin:0" DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) - ${PYTHON_DEPS} - test? ( dev-python/pytest )" + ${PYTHON_DEPS}" S="${WORKDIR}/${MY_P}-src"