mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -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
607 B
Makefile
18 lines
607 B
Makefile
################################################################################
|
|
#
|
|
# python-path
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PATH_VERSION = 17.1.1
|
|
PYTHON_PATH_SOURCE = path-$(PYTHON_PATH_VERSION).tar.gz
|
|
PYTHON_PATH_SITE = https://files.pythonhosted.org/packages/dd/52/a7bdd5ef8488977d354b7915d1e75009bebbd04f73eff14e52372d5e9435
|
|
PYTHON_PATH_SETUP_TYPE = setuptools
|
|
PYTHON_PATH_LICENSE = MIT
|
|
PYTHON_PATH_LICENSE_FILES = LICENSE
|
|
PYTHON_PATH_DEPENDENCIES = \
|
|
host-python-coherent-licensed \
|
|
host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|