mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
590 B
Makefile
16 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# python-falcon
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FALCON_VERSION = 3.1.3
|
|
PYTHON_FALCON_SOURCE = falcon-$(PYTHON_FALCON_VERSION).tar.gz
|
|
PYTHON_FALCON_SITE = https://files.pythonhosted.org/packages/3b/30/a7bc770025b6a7a36d0508e3d735dca239df7c27b862856e54d661f24632
|
|
PYTHON_FALCON_SETUP_TYPE = setuptools
|
|
PYTHON_FALCON_LICENSE = Apache-2.0
|
|
PYTHON_FALCON_LICENSE_FILES = LICENSE
|
|
PYTHON_FALCON_DEPENDENCIES += host-python-cython
|
|
|
|
$(eval $(python-package))
|