diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-01-01 19:27:06 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-01 19:28:25 -0800 |
| commit | 5a4b76b6aa5d3c691b00065bed377294e2df9619 (patch) | |
| tree | 0a8b0792ddc7c1719f4cab9814a247e035dfdb9b /meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb | |
| parent | 07cdb574a5a4931ba0629604f5ea90591b31b1b4 (diff) | |
| download | meta-openembedded-5a4b76b6aa5d3c691b00065bed377294e2df9619.tar.gz | |
python3-propcache: Add missing rdeps for ptests to run/pass
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb index 9d9e5731df..0ea24e8bc3 100644 --- a/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb | |||
| @@ -17,7 +17,10 @@ DEPENDS += " \ | |||
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${PN}-ptest += " \ |
| 19 | python3-pytest \ | 19 | python3-pytest \ |
| 20 | python3-pytest-codspeed \ | ||
| 20 | python3-pytest-xdist \ | 21 | python3-pytest-xdist \ |
| 22 | python3-rich \ | ||
| 23 | python3-statistics \ | ||
| 21 | python3-unittest-automake-output \ | 24 | python3-unittest-automake-output \ |
| 22 | " | 25 | " |
| 23 | 26 | ||
