mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-30 21:42:48 +03:00
Fixes: http://autobuild.buildroot.net/results/124e1e628c78449fbaa027d74ab871b36d782343/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
584 B
Makefile
16 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# python-cbor2
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CBOR2_VERSION = 5.0.1
|
|
PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
|
|
PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/3e/2c/188d040bd4cf99012d0e847a3d95bf1ef1f783859b09eb9f736950af84f0
|
|
PYTHON_CBOR2_SETUP_TYPE = setuptools
|
|
PYTHON_CBOR2_LICENSE = MIT
|
|
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|