commit: 9af3c41ad7b62d03402eb95343ea457528c388f5
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 05:40:30 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 05:53:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af3c41a
dev-python/bracex: add missing test dep
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/bracex/bracex-2.0.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/bracex/bracex-2.0.1.ebuild
b/dev-python/bracex/bracex-2.0.1.ebuild
index 5e4f9fdc45e..938c2fc2c53 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() {