diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-25 16:31:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
| commit | ead57410e2683fa3a39491efe67a70ff3f6465f2 (patch) | |
| tree | d10c75baedef423b92aeed66187a471531500550 /meta-python | |
| parent | fe30398f9c821792301fa0ada93ac33b2e05d472 (diff) | |
| download | meta-openembedded-ead57410e2683fa3a39491efe67a70ff3f6465f2.tar.gz | |
python3-validators: Add missing rdeps for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -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 | " |
