mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Add new host-python-setuptools-scm build dependency.
License hash changed due to year update:
728f5661fd
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
656 B
Makefile
16 lines
656 B
Makefile
################################################################################
|
|
#
|
|
# python-kiwisolver
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_KIWISOLVER_VERSION = 1.4.9
|
|
PYTHON_KIWISOLVER_SOURCE = kiwisolver-$(PYTHON_KIWISOLVER_VERSION).tar.gz
|
|
PYTHON_KIWISOLVER_SITE = https://files.pythonhosted.org/packages/5c/3c/85844f1b0feb11ee581ac23fe5fce65cd049a200c1446708cc1b7f922875
|
|
PYTHON_KIWISOLVER_LICENSE = BSD-3-Clause
|
|
PYTHON_KIWISOLVER_LICENSE_FILES = LICENSE
|
|
PYTHON_KIWISOLVER_SETUP_TYPE = setuptools
|
|
PYTHON_KIWISOLVER_DEPENDENCIES = host-python-cppy host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|