mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
6833dd5079
Add host-python-cython so that cython will generate python 3.11 compatible sources instead of using the python 3.11 incompatible pre-built sources. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
606 B
Makefile
16 lines
606 B
Makefile
################################################################################
|
|
#
|
|
# python-cchardet
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CCHARDET_VERSION = 2.1.7
|
|
PYTHON_CCHARDET_SOURCE = cchardet-$(PYTHON_CCHARDET_VERSION).tar.gz
|
|
PYTHON_CCHARDET_SITE = https://files.pythonhosted.org/packages/a8/5d/090c9f0312b7988a9433246c9cf0b566b1ae1374368cfb8ac897218a4f65
|
|
PYTHON_CCHARDET_SETUP_TYPE = setuptools
|
|
PYTHON_CCHARDET_LICENSE = MPL-1.1
|
|
PYTHON_CCHARDET_LICENSE_FILES = COPYING
|
|
PYTHON_CCHARDET_DEPENDENCIES = host-python-cython
|
|
|
|
$(eval $(python-package))
|