* [Buildroot] [PATCH 1/1] package/python-cchardet: fix python 3.11 compatibility
@ 2022-10-25 19:22 James Hilliard
2022-10-25 20:57 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-10-25 19:22 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
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>
---
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))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-cchardet: fix python 3.11 compatibility
2022-10-25 19:22 [Buildroot] [PATCH 1/1] package/python-cchardet: fix python 3.11 compatibility James Hilliard
@ 2022-10-25 20:57 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-25 20:57 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Tue, 25 Oct 2022 13:22:19 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> 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>
> ---
> package/python-cchardet/python-cchardet.mk | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-25 20:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 19:22 [Buildroot] [PATCH 1/1] package/python-cchardet: fix python 3.11 compatibility James Hilliard
2022-10-25 20:57 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.