dev-python/pyudev: drop qt5 USE flag

At the time, it was added for the optional dep of pyqt5, but today we do
it better, so not needed.

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-07-11 08:51:56 +03:00
parent 11924623c8
commit ba0fa81004
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
2 changed files with 1 additions and 5 deletions

View File

@ -13,9 +13,6 @@
pyudev is a Python binding to libudev, the hardware management library
and service found in modern linux systems.
</longdescription>
<use>
<flag name="qt5">Install PyQt5 bindings</flag>
</use>
<upstream>
<remote-id type="pypi">pyudev</remote-id>
<remote-id type="github">pyudev/pyudev</remote-id>

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 optfeature pypi
DESCRIPTION="Python binding to libudev"
@ -14,7 +14,6 @@ SRC_URI="https://github.com/pyudev/pyudev/archive/refs/tags/v${PV}.tar.gz -> ${P
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="qt5"
# Known to fail on test system that aren't exactly the same devices as on CI
#RESTRICT="test"