Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/
Date: Wed, 23 Feb 2022 08:12:31
Message-Id: 1645603937.6b350039d450417dd098988365c736bef04dd63d.mgorny@gentoo
1 commit: 6b350039d450417dd098988365c736bef04dd63d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 07:32:44 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 08:12:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b350039
7
8 dev-python/github3: Add explicit cryptography dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/github3/{github3-3.1.1.ebuild => github3-3.1.1-r1.ebuild} | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/dev-python/github3/github3-3.1.1.ebuild b/dev-python/github3/github3-3.1.1-r1.ebuild
16 similarity index 91%
17 rename from dev-python/github3/github3-3.1.1.ebuild
18 rename to dev-python/github3/github3-3.1.1-r1.ebuild
19 index 6a9122cb9366..3619477f0fdb 100644
20 --- a/dev-python/github3/github3-3.1.1.ebuild
21 +++ b/dev-python/github3/github3-3.1.1-r1.ebuild
22 @@ -27,6 +27,10 @@ RDEPEND="
23 >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
24 >=dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
25 "
26 +# via PyJWT[crypto]
27 +RDEPEND+="
28 + >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
29 +"
30 BDEPEND="
31 test? (
32 >=dev-python/betamax-0.8.0[${PYTHON_USEDEP}]