mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/libusb1: Fix test execution
One test still fails for me, although that might be only for Python 3.13. I've now added a newer version of this package in Gentoo, but I no longer have the older Python versions needed here, so let's keep this for now. Closes: https://bugs.gentoo.org/937360 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Copyright 2020-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,4 +20,10 @@ KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="virtual/libusb"
|
||||
|
||||
distutils_enable_tests setup.py
|
||||
distutils_enable_tests unittest
|
||||
|
||||
src_prepare() {
|
||||
# Don't need this.
|
||||
rm -r usb1/__pyinstaller || die
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user