summaryrefslogtreecommitdiff
path: root/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild')
-rw-r--r--dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
index 47b97da44a44..000f78506f36 100644
--- a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
@@ -31,6 +31,7 @@ BDEPEND="
test? (
>=dev-python/black-19.3[${PYTHON_USEDEP}]
>=dev-python/isort-5.10.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-2.11.2[${PYTHON_USEDEP}]
>=dev-python/grpcio-tools-1.40.0[${PYTHON_USEDEP}]
>=dev-python/pytest-mock-3.1.1[${PYTHON_USEDEP}]
>=dev-python/pytest-asyncio-0.12.0[${PYTHON_USEDEP}]
@@ -50,4 +51,5 @@ pkg_postinst() {
optfeature "protoc compilation support" dev-python/black
optfeature "protoc compilation support" dev-python/isort
optfeature "protoc compilation support" dev-python/grpcio-tools
+ optfeature "protoc compilation support" dev-python/jinja
}