mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 13:43:52 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
18 lines
599 B
Makefile
18 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# python-yarl
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_YARL_VERSION = 1.17.1
|
|
PYTHON_YARL_SOURCE = yarl-$(PYTHON_YARL_VERSION).tar.gz
|
|
PYTHON_YARL_SITE = https://files.pythonhosted.org/packages/54/9c/9c0a9bfa683fc1be7fdcd9687635151544d992cccd48892dc5e0a5885a29
|
|
PYTHON_YARL_LICENSE = Apache-2.0
|
|
PYTHON_YARL_LICENSE_FILES = LICENSE
|
|
PYTHON_YARL_SETUP_TYPE = setuptools
|
|
PYTHON_YARL_DEPENDENCIES = \
|
|
host-python-cython \
|
|
host-python-expandvars
|
|
|
|
$(eval $(python-package))
|