diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-07-24 16:33:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-26 10:38:42 -0400 |
commit | b7e69905fbc8e4a0e417d360a1702487c9f0936e (patch) | |
tree | e6be34191e2eb234210a671ca624b7da4eb00e9e /meta-python/recipes-core | |
parent | f5645ac7212b92c6ec04ebc82d19dbd223896fd8 (diff) | |
download | meta-openembedded-b7e69905fbc8e4a0e417d360a1702487c9f0936e.tar.gz |
python3-pyzmq: added ptest
And update the summary and description from the github website.
Two tests are failing because cython is not installed.
But this is the same when running pytest under a native Linux system.
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-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 0721c6c0d..1d2a9952c 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -515,6 +515,7 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\ | |||
515 | python3-pyserial-ptest \ | 515 | python3-pyserial-ptest \ |
516 | python3-pytest-lazy-fixture-ptest \ | 516 | python3-pytest-lazy-fixture-ptest \ |
517 | python3-pytoml-ptest \ | 517 | python3-pytoml-ptest \ |
518 | python3-pyzmq-ptest \ | ||
518 | python3-requests-file-ptest \ | 519 | python3-requests-file-ptest \ |
519 | python3-requests-toolbelt-ptest \ | 520 | python3-requests-toolbelt-ptest \ |
520 | python3-scrypt-ptest \ | 521 | python3-scrypt-ptest \ |