summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/github3/github3-3.1.1-r1.ebuild (renamed from dev-python/github3/github3-3.1.1.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/github3/github3-3.1.1.ebuild b/dev-python/github3/github3-3.1.1-r1.ebuild
index 6a9122cb9366..3619477f0fdb 100644
--- a/dev-python/github3/github3-3.1.1.ebuild
+++ b/dev-python/github3/github3-3.1.1-r1.ebuild
@@ -27,6 +27,10 @@ RDEPEND="
>=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
"
+# via PyJWT[crypto]
+RDEPEND+="
+ >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
+"
BDEPEND="
test? (
>=dev-python/betamax-0.8.0[${PYTHON_USEDEP}]