commit: 6b350039d450417dd098988365c736bef04dd63d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 07:32:44 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 08:12:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b350039
dev-python/github3: Add explicit cryptography dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/github3/{github3-3.1.1.ebuild => github3-3.1.1-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/github3/github3-3.1.1.ebuild
b/dev-python/github3/github3-3.1.1-r1.ebuild
similarity index 91%
rename from dev-python/github3/github3-3.1.1.ebuild
rename to 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}]