mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
This is just a minor upgrade for fixed deprecation warning Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> [Julien: fix hash file spacing to resolve check-package error] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
532 B
Makefile
15 lines
532 B
Makefile
################################################################################
|
|
#
|
|
# python-spidev
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SPIDEV_VERSION = 3.7
|
|
PYTHON_SPIDEV_SOURCE = spidev-$(PYTHON_SPIDEV_VERSION).tar.gz
|
|
PYTHON_SPIDEV_SITE = https://files.pythonhosted.org/packages/b5/99/dd50af8200e224ce9412ad01cdbeeb5b39b2d61acd72138f2b92c4a6d619
|
|
PYTHON_SPIDEV_SETUP_TYPE = setuptools
|
|
PYTHON_SPIDEV_LICENSE = MIT
|
|
PYTHON_SPIDEV_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|