diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-25 14:49:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:22 -0800 |
commit | f70ede7d459dacee01d65b81ded92a6297f60795 (patch) | |
tree | 0016786113be8db7acb1ea3ebb35604e0eafe744 | |
parent | b8d87f363a8851cea9672494837a301ab2314f23 (diff) | |
download | meta-openembedded-f70ede7d459dacee01d65b81ded92a6297f60795.tar.gz |
python3-gunicorn: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@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 8d825c8651..3c819a934d 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 | " |