dev-python/denonavr: Remove ancient cond-deps

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-02 11:33:11 +02:00
parent 1d1be934b7
commit e2ecaed8d2

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 pypi
@@ -26,9 +26,6 @@ RDEPEND="
>=dev-python/ftfy-6.1.1[${PYTHON_USEDEP}]
>=dev-python/httpx-0.23.1[${PYTHON_USEDEP}]
>=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
' 3.{8..10})
"
BDEPEND="
test? (