mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python-pyusb: bump to version 1.0.0
Remove dependency on Python 2 only. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5757aaf36d
commit
96165841a7
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_PYUSB
|
||||
bool "python-pyusb"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
@@ -10,5 +9,4 @@ config BR2_PACKAGE_PYTHON_PYUSB
|
||||
http://sourceforge.net/apps/trac/pyusb/
|
||||
|
||||
comment "python-pyusb needs a toolchain w/ threads"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user