mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
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:
parent
11924623c8
commit
ba0fa81004
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user