diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-25 14:49:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
commit | 956d014532398e70c4786201e979af1934e15938 (patch) | |
tree | 2abb8408b900350025b43b79829195cdb4b66789 | |
parent | cc3c87cade75d576f4056eda35ecc66b66e12f9d (diff) | |
download | meta-openembedded-956d014532398e70c4786201e979af1934e15938.tar.gz |
python3-gunicorn: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb index 8d825c865..3c819a934 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb | |||
@@ -11,9 +11,11 @@ SRC_URI += " \ | |||
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | " | 12 | " |
13 | 13 | ||
14 | # python-misc for wsgiref | ||
14 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
15 | python3-eventlet \ | 16 | python3-eventlet \ |
16 | python3-gevent \ | 17 | python3-gevent \ |
18 | python3-misc \ | ||
17 | python3-pytest \ | 19 | python3-pytest \ |
18 | python3-unittest-automake-output \ | 20 | python3-unittest-automake-output \ |
19 | " | 21 | " |