mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/python-flatbuffers: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3601a7e08a
commit
642f63a0db
13
package/python-flatbuffers/python-flatbuffers.mk
Normal file
13
package/python-flatbuffers/python-flatbuffers.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-flatbuffers
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FLATBUFFERS_VERSION = 1.11
|
||||
PYTHON_FLATBUFFERS_SOURCE = flatbuffers-$(PYTHON_FLATBUFFERS_VERSION).tar.gz
|
||||
PYTHON_FLATBUFFERS_SITE = https://files.pythonhosted.org/packages/c6/b6/21478b76aa7ccab58da3beb85746b6844dee2112c0cc25b51ec64b46bdbb
|
||||
PYTHON_FLATBUFFERS_LICENSE = Apache-2.0
|
||||
PYTHON_FLATBUFFERS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user