diff mbox series

[meta-oe,styhead,46/90] python3-validators: Add missing rdeps for ptests

Message ID 20241105143638.2301245-47-akuster808@gmail.com
State New
Headers show
Series Patch review | expand

Commit Message

akuster808 Nov. 5, 2024, 2:35 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-devtools/python/python3-validators_0.34.0.bb      | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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 += " \
 "
 
 RDEPENDS:${PN}-ptest += " \
+	python3-decorator \
+	python3-eth-hash \
+	python3-isort \
+	python3-pycryptodome \
 	python3-pytest \
 	python3-unittest-automake-output \
 "