diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-02 22:11:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-13 22:09:36 -0700 |
commit | 3dd94e6c1601def41670666726fd5f8d73ba9bf7 (patch) | |
tree | fb9e3a7896f9e20b8a9c627a85c1489c9ee26ecf /meta-python | |
parent | 84c628b4ff943eaae11851235925d0096e5da4f5 (diff) | |
download | meta-openembedded-3dd94e6c1601def41670666726fd5f8d73ba9bf7.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index ee8f957cca..3a1fb13ba7 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -53,6 +53,7 @@ PTESTS_FAST_META_PYTHON = "\ | |||
53 | python3-precise-runner \ | 53 | python3-precise-runner \ |
54 | python3-prettytable \ | 54 | python3-prettytable \ |
55 | python3-propcache \ | 55 | python3-propcache \ |
56 | python3-pyasyncore \ | ||
56 | python3-pydantic \ | 57 | python3-pydantic \ |
57 | python3-pydantic-core \ | 58 | python3-pydantic-core \ |
58 | python3-pylint \ | 59 | python3-pylint \ |
diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb new file mode 100644 index 0000000000..47906cea0b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "Make asyncore available for Python 3.12 onwards" | ||
2 | HOMEPAGE = "https://github.com/simonrob/pyasyncore" | ||
3 | LICENSE = "Python-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" | ||
5 | |||
6 | inherit pypi setuptools3 ptest-python-pytest | ||
7 | |||
8 | SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6" | ||
9 | |||
10 | RDEPENDS:${PN} += "python3-core python3-io" | ||
11 | RDEPENDS:${PN}-ptest += "python3-tests" | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||