commit: df45705fceba8bd8425ba12a382b53fac1ba322a
Author: Antonín Říha <antonin.riha <AT> protonmail <DOT> com>
AuthorDate: Wed May 11 20:22:53 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 11 20:23:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df45705f
dev-python/python-betterproto: added missing jinja dependency for tests
Signed-off-by: Antonín Říha <antonin.riha <AT> protonmail.com>
dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild | 2 ++
dev-python/python-betterproto/python-betterproto-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
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 83e12e19e..69239aa83 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
}
diff --git a/dev-python/python-betterproto/python-betterproto-9999.ebuild
b/dev-python/python-betterproto/python-betterproto-9999.ebuild
index 83e12e19e..69239aa83 100644
--- a/dev-python/python-betterproto/python-betterproto-9999.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-9999.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
}