diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-11 21:38:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-11 21:40:15 -0700 |
commit | fbfc860e5bb5aa4206c393e2503ed8d953ab9bbd (patch) | |
tree | 1509254f08c25ab9863ae6c12115a6b9077ece39 | |
parent | b3efb7ecd81a60b7121a0373b2c9b20787402e38 (diff) | |
download | meta-openembedded-fbfc860e5bb5aa4206c393e2503ed8d953ab9bbd.tar.gz |
python3-parse-type: Add missing rdep on six for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb index db9d52cdcd..06843c03cb 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb | |||
@@ -20,5 +20,6 @@ do_install_ptest() { | |||
20 | RDEPENDS:${PN} += "python3-parse" | 20 | RDEPENDS:${PN} += "python3-parse" |
21 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
22 | python3-pytest \ | 22 | python3-pytest \ |
23 | python3-six \ | ||
23 | python3-unittest-automake-output \ | 24 | python3-unittest-automake-output \ |
24 | " | 25 | " |