mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-24 00:01:07 -09:00
Release Notes: https://github.com/protocolbuffers/protobuf/releases/tag/v33.3 Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
622 B
Makefile
16 lines
622 B
Makefile
################################################################################
|
|
#
|
|
# python-protobuf
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PROTOBUF_VERSION = $(PROTOBUF_VERSION)
|
|
PYTHON_PROTOBUF_SOURCE = protobuf-6.$(PYTHON_PROTOBUF_VERSION).tar.gz
|
|
PYTHON_PROTOBUF_SITE = https://files.pythonhosted.org/packages/cc/5c/f912bdebdd4af4160da6a2c2b1b3aaa1b8c578d0243ba8f694f93c7095f0
|
|
PYTHON_PROTOBUF_LICENSE = BSD-3-Clause
|
|
PYTHON_PROTOBUF_LICENSE_FILES = LICENSE
|
|
PYTHON_PROTOBUF_DEPENDENCIES = host-protobuf
|
|
PYTHON_PROTOBUF_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|