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 C733F158088 for ; Mon, 24 Jan 2022 22:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA8AC2BC012; Mon, 24 Jan 2022 22:14:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0AAA2BC018 for ; Mon, 24 Jan 2022 22:14:13 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E3D2343002 for ; Mon, 24 Jan 2022 22:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E9C42BF for ; Mon, 24 Jan 2022 22:14:08 +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: <1643062188.0eb68e7cbd0b4aaaaea860484429e26fa380c12b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2-cffi-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild X-VCS-Directories: dev-python/argon2-cffi-bindings/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0eb68e7cbd0b4aaaaea860484429e26fa380c12b X-VCS-Branch: master Date: Mon, 24 Jan 2022 22:14:08 +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: 46504c2f-c499-40a1-ae26-bf4f88d1f07b X-Archives-Hash: c0b6861c2012c29816722d0cac43da92 commit: 0eb68e7cbd0b4aaaaea860484429e26fa380c12b Author: Michael Seifert digitalernachschub de> AuthorDate: Mon Jan 24 20:59:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 24 22:09:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb68e7c dev-python/argon2-cffi-bindings: Added dev-python/setuptools_scm to BDEPEND Closes: https://bugs.gentoo.org/831992 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Seifert digitalernachschub.de> Closes: https://github.com/gentoo/gentoo/pull/23946 Signed-off-by: Michał Górny gentoo.org> dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild b/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild index b76698164cc0..462e690912a0 100644 --- a/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild +++ b/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild @@ -16,7 +16,10 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="cpu_flags_x86_sse2" DEPEND="app-crypt/argon2:=" -BDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" +BDEPEND=" + >=dev-python/setuptools_scm-6.2[${PYTHON_USEDEP}] + virtual/python-cffi[${PYTHON_USEDEP}] +" RDEPEND=" ${DEPEND} ${BDEPEND}