[Buildroot] [git commit] package/python-spidev: switch to setuptools

Yann E. MORIN yann.morin.1998 at free.fr
Thu Aug 13 20:02:00 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=51ae700ea5796f0549f2b275e1508260253bb35e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

spidev uses setuptools since version 3.5 and
https://github.com/doceme/py-spidev/commit/3bb2f3b4061f62f283ec2a525e2de60d7f572b41

Fixes:
 - http://autobuild.buildroot.org/results/619b9e9844e33fa8e111d6db09eee8450fedb660

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/python-spidev/python-spidev.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-spidev/python-spidev.mk b/package/python-spidev/python-spidev.mk
index a3da332926..e1065610a7 100644
--- a/package/python-spidev/python-spidev.mk
+++ b/package/python-spidev/python-spidev.mk
@@ -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
 


More information about the buildroot mailing list