commit: d50336ff9eecd2f7f070e1db65dc8b6aa316e08e
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 04:36:45 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 04:43:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50336ff
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(-)
diff --git a/dev-python/pyjwt/pyjwt-1.5.2.ebuild
b/dev-python/pyjwt/pyjwt-1.5.2.ebuild
index b10a65d7c1f..9a464862b1f 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}