mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add new python-typing-extensions runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
638 B
Makefile
16 lines
638 B
Makefile
################################################################################
|
|
#
|
|
# python-betterproto
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BETTERPROTO_VERSION = 2.0.0b7
|
|
PYTHON_BETTERPROTO_SOURCE = betterproto-$(PYTHON_BETTERPROTO_VERSION).tar.gz
|
|
PYTHON_BETTERPROTO_SITE = https://files.pythonhosted.org/packages/4e/94/930a1368fbed92adc897a9a1fae282e3f9d608547dbf805034ca549f381a
|
|
PYTHON_BETTERPROTO_SETUP_TYPE = pep517
|
|
PYTHON_BETTERPROTO_LICENSE = MIT
|
|
PYTHON_BETTERPROTO_LICENSE_FILES = LICENSE.md
|
|
PYTHON_BETTERPROTO_DEPENDENCIES = host-python-poetry-core
|
|
|
|
$(eval $(python-package))
|