cython-3 compatibility for dbus-fast and grpcio*
This commit is contained in:
parent
668b556746
commit
aac76c2855
@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
<dev-python/cython-3[${PYTHON_USEDEP}]
|
||||
>=dev-python/cython-3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
|
||||
@ -22,8 +22,7 @@ DOCS="README.rst"
|
||||
RDEPEND=">=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
|
||||
>=dev-python/protobuf-python-4.21.6"
|
||||
BDEPEND="
|
||||
>=dev-python/cython-0.29.8[${PYTHON_USEDEP}]
|
||||
<dev-python/cython-3[${PYTHON_USEDEP}]
|
||||
>=dev-python/cython-3[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
@ -22,6 +22,6 @@ DOCS="README.rst"
|
||||
RDEPEND=">=dev-python/protobuf-python-4.21.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
|
||||
>=dev-python/googleapis-common-protos-1.5.5[${PYTHON_USEDEP}]"
|
||||
BDEPEND="<dev-python/cython-3[${PYTHON_USEDEP}]"
|
||||
BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
@ -24,7 +24,9 @@ RDEPEND="
|
||||
"
|
||||
|
||||
BDEPEND="${RDEPEND}
|
||||
<dev-python/cython-3[${PYTHON_USEDEP}]"
|
||||
>=dev-python/cython-3[${PYTHON_USEDEP}]"
|
||||
|
||||
PATCHES=( "${FILESDIR}/cython3-compat.patch" )
|
||||
|
||||
python_prepare_all() {
|
||||
distutils-r1_python_prepare_all
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user