From 6833dd5079b8017bde37b7d3ef201d35450a12e6 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Tue, 25 Oct 2022 13:22:19 -0600 Subject: [PATCH] package/python-cchardet: fix python 3.11 compatibility 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 Signed-off-by: Thomas Petazzoni --- package/python-cchardet/python-cchardet.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/python-cchardet/python-cchardet.mk b/package/python-cchardet/python-cchardet.mk index 396e9d6c53..53a17f6732 100644 --- a/package/python-cchardet/python-cchardet.mk +++ b/package/python-cchardet/python-cchardet.mk @@ -10,5 +10,6 @@ PYTHON_CCHARDET_SITE = https://files.pythonhosted.org/packages/a8/5d/090c9f0312b 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))