commit: 2be32caa623211cef23ec47e1fef016579a37056 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 13 17:51:32 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 13 17:56:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be32caa
dev-python/urllib3: Add missing hatch-vcs BDEP Closes: https://bugs.gentoo.org/939590 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/urllib3/urllib3-2.2.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/urllib3/urllib3-2.2.3.ebuild b/dev-python/urllib3/urllib3-2.2.3.ebuild index 5a2b6d045ac4..cb3c2903602b 100644 --- a/dev-python/urllib3/urllib3-2.2.3.ebuild +++ b/dev-python/urllib3/urllib3-2.2.3.ebuild @@ -44,6 +44,7 @@ RDEPEND=" zstd? ( >=dev-python/zstandard-0.18.0[${PYTHON_USEDEP}] ) " BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( $(python_gen_cond_dep " ${RDEPEND}
