mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/python-spidev: switch to setuptools
spidev uses setuptools since version 3.5 and
3bb2f3b406
Fixes:
- http://autobuild.buildroot.org/results/619b9e9844e33fa8e111d6db09eee8450fedb660
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
0428b87a6a
commit
51ae700ea5
@ -7,7 +7,7 @@
|
||||
PYTHON_SPIDEV_VERSION = 3.5
|
||||
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
|
||||
PYTHON_SPIDEV_SITE = https://files.pythonhosted.org/packages/62/56/de649e7d95f9fcfaf965a6eb937b4a46bc77ef21487c99cde1a7a0546040
|
||||
PYTHON_SPIDEV_SETUP_TYPE = distutils
|
||||
PYTHON_SPIDEV_SETUP_TYPE = setuptools
|
||||
PYTHON_SPIDEV_LICENSE = MIT
|
||||
PYTHON_SPIDEV_LICENSE_FILES = README.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user