summaryrefslogtreecommitdiffstats
path: root/package/python-pyusb/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-09-14 12:36:29 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-09-14 21:49:51 +0200
commit96165841a7eab926765c10569fccf73a5fd9b9c8 (patch)
tree33bc8d7f8d3b6ce139a44b8adb876c9ec297ab47 /package/python-pyusb/Config.in
parent5757aaf36da8a34d7ff2e31a8738a45ec72734af (diff)
downloadbuildroot-96165841a7eab926765c10569fccf73a5fd9b9c8.tar.gz
buildroot-96165841a7eab926765c10569fccf73a5fd9b9c8.zip
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>
Diffstat (limited to 'package/python-pyusb/Config.in')
-rw-r--r--package/python-pyusb/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/python-pyusb/Config.in b/package/python-pyusb/Config.in
index de5b487014..1f97979c71 100644
--- a/package/python-pyusb/Config.in
+++ b/package/python-pyusb/Config.in
@@ -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
OpenPOWER on IntegriCloud