summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-26 18:01:12 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-26 18:04:47 +0100
commit986a04128d80a3d045672b7efef253f93c36a921 (patch)
tree36736d5bc66b07b5c82a31ecd70462d4e0982ddc
parent5e5d2c9efc92b71ca904252a36df160900cf279f (diff)
downloadgentoo-986a04128d80a3d045672b7efef253f93c36a921.tar.gz
gentoo-986a04128d80a3d045672b7efef253f93c36a921.tar.bz2
gentoo-986a04128d80a3d045672b7efef253f93c36a921.zip
dev-python/proto-plus: Remove unnecessary grpcio test-dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/proto-plus/proto-plus-1.23.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/proto-plus/proto-plus-1.23.0.ebuild b/dev-python/proto-plus/proto-plus-1.23.0.ebuild
index 79ba48ea9b78..06b1ed460c1e 100644
--- a/dev-python/proto-plus/proto-plus-1.23.0.ebuild
+++ b/dev-python/proto-plus/proto-plus-1.23.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,6 @@ RDEPEND="
BDEPEND="
test? (
>=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}]
- dev-python/grpcio[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
)
"