mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-04 13:41:11 -09:00
Use the new poetry setup type which automatically pulls in the host-python-poetry-core dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
602 B
Makefile
16 lines
602 B
Makefile
################################################################################
|
|
#
|
|
# python-pylibftdi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYLIBFTDI_VERSION = 0.22.0
|
|
PYTHON_PYLIBFTDI_SOURCE = pylibftdi-$(PYTHON_PYLIBFTDI_VERSION).tar.gz
|
|
PYTHON_PYLIBFTDI_SITE = https://files.pythonhosted.org/packages/74/b3/a3c333a250143d204a0bb60de7c1e5f841543231f04c71ff4fa65e5b90c2
|
|
PYTHON_PYLIBFTDI_LICENSE = MIT
|
|
PYTHON_PYLIBFTDI_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_PYLIBFTDI_SETUP_TYPE = poetry
|
|
PYTHON_PYLIBFTDI_DEPENDENCIES = libftdi
|
|
|
|
$(eval $(python-package))
|