From: Tim Harder Date: Sat, 12 Aug 2017 04:36:45 +0000 (-0400) Subject: dev-python/pyjwt: pytest-runner is only needed for testing in 1.5.2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d50336ff9eecd2f7f070e1db65dc8b6aa316e08e;p=gentoo.git dev-python/pyjwt: pytest-runner is only needed for testing in 1.5.2 --- diff --git a/dev-python/pyjwt/pyjwt-1.5.2.ebuild b/dev-python/pyjwt/pyjwt-1.5.2.ebuild index b10a65d7c1fb..9a464862b1f5 100644 --- a/dev-python/pyjwt/pyjwt-1.5.2.ebuild +++ b/dev-python/pyjwt/pyjwt-1.5.2.ebuild @@ -21,11 +21,11 @@ IUSE="test" RDEPEND="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] test? ( dev-python/cryptography[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] )" S="${WORKDIR}"/${MY_PN}-${PV}