summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-12-08 07:40:30 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-12-08 07:53:07 +0200
commit9af3c41ad7b62d03402eb95343ea457528c388f5 (patch)
treee715954572c72cb886d43a4c7853bc8a3d696f3e /dev-python/bracex
parentdev-python/backrefs: add missing test deps (diff)
downloadgentoo-9af3c41ad7b62d03402eb95343ea457528c388f5.tar.gz
gentoo-9af3c41ad7b62d03402eb95343ea457528c388f5.tar.bz2
gentoo-9af3c41ad7b62d03402eb95343ea457528c388f5.zip
dev-python/bracex: add missing test dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/bracex')
-rw-r--r--dev-python/bracex/bracex-2.0.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/bracex/bracex-2.0.1.ebuild b/dev-python/bracex/bracex-2.0.1.ebuild
index 5e4f9fdc45ed..938c2fc2c538 100644
--- a/dev-python/bracex/bracex-2.0.1.ebuild
+++ b/dev-python/bracex/bracex-2.0.1.ebuild
@@ -27,6 +27,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+BDEPEND="test? ( dev-vcs/git )"
+
distutils_enable_tests pytest
python_prepare_all() {