sys-block/targetcli-fb: add upperbound for rtslib-fb

Bug: https://bugs.gentoo.org/950321
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40990
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-03-10 09:06:18 +02:00
committed by Sam James
parent 4fd9d781b9
commit bcc8ba7ca1

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,8 +15,10 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
# bug #950321: <dev-python/rtslib-fb-2.2
RDEPEND="dev-python/configshell-fb[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
<dev-python/rtslib-fb-2.2[${PYTHON_USEDEP}]
>=dev-python/rtslib-fb-2.1.73[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
sys-apps/dbus"