mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-17 07:45:47 +01:00
python3-pyasyncore: Add recipe
This module was dropped in 3.12, therefore provide it as separate module Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
84c628b4ff
commit
3dd94e6c16
|
|
@ -53,6 +53,7 @@ PTESTS_FAST_META_PYTHON = "\
|
||||||
python3-precise-runner \
|
python3-precise-runner \
|
||||||
python3-prettytable \
|
python3-prettytable \
|
||||||
python3-propcache \
|
python3-propcache \
|
||||||
|
python3-pyasyncore \
|
||||||
python3-pydantic \
|
python3-pydantic \
|
||||||
python3-pydantic-core \
|
python3-pydantic-core \
|
||||||
python3-pylint \
|
python3-pylint \
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
SUMMARY = "Make asyncore available for Python 3.12 onwards"
|
||||||
|
HOMEPAGE = "https://github.com/simonrob/pyasyncore"
|
||||||
|
LICENSE = "Python-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00"
|
||||||
|
|
||||||
|
inherit pypi setuptools3 ptest-python-pytest
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += "python3-core python3-io"
|
||||||
|
RDEPENDS:${PN}-ptest += "python3-tests"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Loading…
Reference in New Issue
Block a user