dev-python/pypy: Remove incorrect pytest dep

This commit is contained in:
Michał Górny
2017-11-05 01:06:41 +01:00
parent 407473d02d
commit 76ad7134d3
2 changed files with 2 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"