diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-25 11:54:38 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
| commit | 36ec58d0a31e05a3157c7a45dc4835fb37918365 (patch) | |
| tree | 310914aff34231a748d4649a38362a78f5202c19 /meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | |
| parent | 9c785dca9f7644a3767f9ce013f29c8a735b6516 (diff) | |
| download | meta-openembedded-36ec58d0a31e05a3157c7a45dc4835fb37918365.tar.gz | |
python3-setproctitle: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb index dcae6b4681..d0373b46d7 100644 --- a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.3.bb | |||
| @@ -16,6 +16,10 @@ SRC_URI += " \ | |||
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}-ptest += "\ | 18 | RDEPENDS:${PN}-ptest += "\ |
| 19 | packagegroup-core-buildessential \ | ||
| 20 | procps-ps \ | ||
| 21 | python3-dev \ | ||
| 22 | python3-multiprocessing \ | ||
| 19 | python3-pytest \ | 23 | python3-pytest \ |
| 20 | python3-unittest-automake-output \ | 24 | python3-unittest-automake-output \ |
| 21 | " | 25 | " |
| @@ -26,3 +30,5 @@ do_install_ptest() { | |||
| 26 | } | 30 | } |
| 27 | 31 | ||
| 28 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
| 33 | |||
| 34 | INSANE_SKIP:${PN}-ptest = "dev-deps" | ||
