diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-13 18:23:27 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-13 08:29:01 -0800 |
| commit | 950e4abfc9a2b9c9e1508f67db7b9b37ae2373ce (patch) | |
| tree | f8d02d01dc778be6484cb158439e5408c6889327 /meta-python | |
| parent | 355668de1d170ea748992557b491e70420f2e8fe (diff) | |
| download | meta-openembedded-950e4abfc9a2b9c9e1508f67db7b9b37ae2373ce.tar.gz | |
python3-pyasyncore: upgrade 1.0.4 -> 1.0.5
Changelog:
===========
- Make sure tests/__init__.py is included in sdist
- Fix compatibility with pytest
- Explicitly tag Python 3.14 compatibility
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb (renamed from meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb index ecd24c95cf..a1331e1e91 100644 --- a/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.5.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d5605fc335ce1bab614032468d0a1e00" | |||
| 6 | inherit pypi setuptools3 ptest | 6 | inherit pypi setuptools3 ptest |
| 7 | SRC_URI += "file://run-ptest" | 7 | SRC_URI += "file://run-ptest" |
| 8 | 8 | ||
| 9 | SRC_URI[sha256sum] = "2c7a8b9b750ba6260f1e5a061456d61320a80579c6a43d42183417da89c7d5d6" | 9 | SRC_URI[sha256sum] = "dd483d5103a6d59b66b86e0ca2334ad43dca732ff23a0ac5d63c88c52510542e" |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "python3-core python3-io" | 11 | RDEPENDS:${PN} += "python3-core python3-io" |
| 12 | RDEPENDS:${PN}-ptest += "python3-tests" | 12 | RDEPENDS:${PN}-ptest += "python3-tests" |
