grpcio-testing: deps fix

This commit is contained in:
Anton Bolshakov 2025-06-02 10:40:19 +08:00
parent 1c8127a01a
commit dd86ba226f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 14 additions and 4 deletions

View file

@ -1,11 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
PYPI_PN="grpcio_testing"
inherit distutils-r1 pypi
@ -19,7 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
RDEPEND="
~dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
<dev-python/protobuf-5[${PYTHON_USEDEP}]
>=dev-python/protobuf-4.21.3[${PYTHON_USEDEP}]
>=dev-python/protobuf-6.30.0[${PYTHON_USEDEP}]
<dev-python/protobuf-7[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="pypi">grpcio_testing</remote-id>
</upstream>
</pkgmetadata>