mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Add new python-typing-extensions runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
542 B
Makefile
15 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# python-grpcio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GRPCIO_VERSION = 1.76.0
|
|
PYTHON_GRPCIO_SOURCE = grpcio-$(PYTHON_GRPCIO_VERSION).tar.gz
|
|
PYTHON_GRPCIO_SITE = https://files.pythonhosted.org/packages/b6/e0/318c1ce3ae5a17894d5791e87aea147587c9e702f24122cc7a5c8bbaeeb1
|
|
PYTHON_GRPCIO_SETUP_TYPE = setuptools
|
|
PYTHON_GRPCIO_LICENSE = Apache-2.0
|
|
PYTHON_GRPCIO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|