From d50336ff9eecd2f7f070e1db65dc8b6aa316e08e Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 12 Aug 2017 00:36:45 -0400 Subject: dev-python/pyjwt: pytest-runner is only needed for testing in 1.5.2 --- dev-python/pyjwt/pyjwt-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pyjwt') 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} -- cgit v1.2.3-65-gdbad