mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
License hash changed due to move to license file autogeneration:9a81db3c77d2b8d7750fAdd new python-coherent-licensed build dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
726 B
Makefile
18 lines
726 B
Makefile
################################################################################
|
|
#
|
|
# python-jaraco-functools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JARACO_FUNCTOOLS_VERSION = 4.4.0
|
|
PYTHON_JARACO_FUNCTOOLS_SOURCE = jaraco_functools-$(PYTHON_JARACO_FUNCTOOLS_VERSION).tar.gz
|
|
PYTHON_JARACO_FUNCTOOLS_SITE = https://files.pythonhosted.org/packages/0f/27/056e0638a86749374d6f57d0b0db39f29509cce9313cf91bdc0ac4d91084
|
|
PYTHON_JARACO_FUNCTOOLS_LICENSE = MIT
|
|
PYTHON_JARACO_FUNCTOOLS_LICENSE_FILES = LICENSE
|
|
PYTHON_JARACO_FUNCTOOLS_SETUP_TYPE = setuptools
|
|
PYTHON_JARACO_FUNCTOOLS_DEPENDENCIES = \
|
|
host-python-coherent-licensed \
|
|
host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|