x11-wm/qtile: remove pywlroots-0.15 constraint

Closes: https://bugs.gentoo.org/911725
Signed-off-by: Egor Martynov <martynovegorOF@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/32264
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Egor Martynov
2023-08-12 00:34:22 +07:00
committed by Sam James
parent cc931041a6
commit 0846e200ca

View File

@@ -23,8 +23,6 @@ LICENSE="MIT"
SLOT="0"
IUSE="pulseaudio wayland"
# See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding
# pywlroots-0.15 dep.
RDEPEND="
>=dev-python/cairocffi-1.6.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]
@@ -36,7 +34,7 @@ RDEPEND="
x11-libs/libnotify[introspection]
x11-libs/pango
pulseaudio? ( media-libs/libpulse )
wayland? ( =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] )
wayland? ( dev-python/pywlroots[${PYTHON_USEDEP}] )
"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]