diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-16 18:58:40 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-20 11:41:02 -0800 |
| commit | 1545689c4ae29e654bcde70eba80e6d000dc567f (patch) | |
| tree | eb8ae9a14e524a92f66052984388d347225639c6 /meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |
| parent | 8820efb4450fcb6075dafa39af2ad9b9ee09f1b2 (diff) | |
| download | meta-openembedded-1545689c4ae29e654bcde70eba80e6d000dc567f.tar.gz | |
python3-pyro5: add recipe
Pyro enables you to build applications in which objects can talk to each
other over the network, with minimal programming effort.
Successor to the python3-pyro4 package - but this supports modern Python,
and still maintained (under the same umbrella that developed pyro4 also).
Ptest takes around a minute to execute. Sample output:
root@qemux86-64:~# ptest-runner
START: ptest-runner
2025-12-16T17:48
BEGIN: /usr/lib/python3-pyro5/ptest
PASS: tests/test_api.py:test_api
PASS: tests/test_client.py:TestProxy.testBasics
PASS: tests/test_client.py:TestProxy.testProxyCopy
[...many lines...]
PASS: tests/test_threadpool.py:TestThreadPool.testClose
PASS: tests/test_threadpool.py:TestThreadPool.testScaling
PASS: tests/test_threadpool.py:TestThreadPoolServer.testServerPoolFull
============================================================================
Testsuite summary
# TOTAL: 415
# PASS: 410
# SKIP: 5
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
DURATION: 60
END: /usr/lib/python3-pyro5/ptest
2025-12-16T17:49
STOP: ptest-runner
TOTAL: 1 FAIL: 0
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 37c8e868d3..2ff88e6264 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -335,6 +335,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
| 335 | python3-pyperclip \ | 335 | python3-pyperclip \ |
| 336 | python3-pyperf \ | 336 | python3-pyperf \ |
| 337 | python3-pyrad \ | 337 | python3-pyrad \ |
| 338 | python3-pyro5 \ | ||
| 338 | python3-pyroute2 \ | 339 | python3-pyroute2 \ |
| 339 | python3-pyrsistent \ | 340 | python3-pyrsistent \ |
| 340 | python3-pyscaffold \ | 341 | python3-pyscaffold \ |
