diff --git a/dev-python/pyudev/metadata.xml b/dev-python/pyudev/metadata.xml index 0ed8a0ec41790..3e8258237c0c2 100644 --- a/dev-python/pyudev/metadata.xml +++ b/dev-python/pyudev/metadata.xml @@ -13,9 +13,6 @@ pyudev is a Python binding to libudev, the hardware management library and service found in modern linux systems. - - Install PyQt5 bindings - pyudev pyudev/pyudev diff --git a/dev-python/pyudev/pyudev-0.24.3.ebuild b/dev-python/pyudev/pyudev-0.24.3.ebuild index c0751716b7685..ba98369bcd509 100644 --- a/dev-python/pyudev/pyudev-0.24.3.ebuild +++ b/dev-python/pyudev/pyudev-0.24.3.ebuild @@ -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"