From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A12D15808B for ; Wed, 23 Feb 2022 08:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85F27E097B; Wed, 23 Feb 2022 08:12:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C09FE097B for ; Wed, 23 Feb 2022 08:12:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFE5634300D for ; Wed, 23 Feb 2022 08:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2068F2EC for ; Wed, 23 Feb 2022 08:12:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1645603937.6b350039d450417dd098988365c736bef04dd63d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/github3/github3-3.1.1-r1.ebuild dev-python/github3/github3-3.1.1.ebuild X-VCS-Directories: dev-python/github3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b350039d450417dd098988365c736bef04dd63d X-VCS-Branch: master Date: Wed, 23 Feb 2022 08:12:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54a795d6-1a7e-4510-bb88-54a468dbaf3e X-Archives-Hash: 745a94a86d2c7484ed676612f6d686c8 commit: 6b350039d450417dd098988365c736bef04dd63d Author: Michał Górny gentoo org> AuthorDate: Wed Feb 23 07:32:44 2022 +0000 Commit: Michał Górny gentoo 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 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}]