From 76ad7134d3464078b4769e9ce4f801b95a5d168a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 5 Nov 2017 01:06:41 +0100 Subject: [PATCH] dev-python/pypy: Remove incorrect pytest dep --- dev-python/pypy/pypy-5.9.0.ebuild | 3 +-- dev-python/pypy/pypy-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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" -- 2.26.2