diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-25 16:31:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:22 -0800 |
commit | bf467db0851a20e84eed3252ad6de9cc1a72a0ab (patch) | |
tree | f8f1527a45327100ee8745c9e80e5dbfde02667e | |
parent | 88436568839872013d84d538f49902ffcb8b01bc (diff) | |
download | meta-openembedded-bf467db0851a20e84eed3252ad6de9cc1a72a0ab.tar.gz |
python3-validators: 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-validators_0.34.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb b/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb index ebba683884..41ead5c051 100644 --- a/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb +++ b/meta-python/recipes-devtools/python/python3-validators_0.34.0.bb | |||
@@ -12,6 +12,10 @@ SRC_URI += " \ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | python3-decorator \ | ||
16 | python3-eth-hash \ | ||
17 | python3-isort \ | ||
18 | python3-pycryptodome \ | ||
15 | python3-pytest \ | 19 | python3-pytest \ |
16 | python3-unittest-automake-output \ | 20 | python3-unittest-automake-output \ |
17 | " | 21 | " |