mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
546 B
Makefile
15 lines
546 B
Makefile
################################################################################
|
|
#
|
|
# python-esptool
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ESPTOOL_VERSION = 4.3
|
|
PYTHON_ESPTOOL_SOURCE = esptool-$(PYTHON_ESPTOOL_VERSION).tar.gz
|
|
PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/5b/d7/0dae311a94a490d7b7af2f4fab079b34f6244c6129017997bc994f7b360b
|
|
PYTHON_ESPTOOL_SETUP_TYPE = setuptools
|
|
PYTHON_ESPTOOL_LICENSE = GPL-2.0+
|
|
PYTHON_ESPTOOL_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|