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 <m.seifert@digitalernachschub.de>
Closes: https://github.com/gentoo/gentoo/pull/23946
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michael Seifert
2022-01-24 21:59:29 +01:00
committed by Michał Górny
parent fde22e6966
commit 0eb68e7cbd

View File

@@ -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}