diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-28 05:43:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-28 06:22:12 +0200 |
commit | 1ee7ce8d3d046e6576c260b248148986794a7973 (patch) | |
tree | c6f4dfd924f981430bacdb86263921132efb4b36 /dev-python/hatch-vcs | |
parent | sys-kernel/gentoo-kernel-bin: Use unpacker.eclass for .gpkg.tar (diff) | |
download | gentoo-1ee7ce8d3d046e6576c260b248148986794a7973.tar.gz gentoo-1ee7ce8d3d046e6576c260b248148986794a7973.tar.bz2 gentoo-1ee7ce8d3d046e6576c260b248148986794a7973.zip |
dev-python/hatch-vcs: Add missing test-dep on git
Thanks to matoro for reporting.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatch-vcs')
-rw-r--r-- | dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild index 07b53a07af44..58e95957d6d0 100644 --- a/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild +++ b/dev-python/hatch-vcs/hatch-vcs-0.2.0.ebuild @@ -25,5 +25,10 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x RDEPEND=" >=dev-python/setuptools_scm-6.4.0[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-vcs/git + ) +" distutils_enable_tests pytest |