From ce7fd862ceeae90b481d32349f1cdf70b44b9eab Mon Sep 17 00:00:00 2001 From: Ivo Clarysse Date: Mon, 31 Jul 2023 13:02:16 +0200 Subject: [PATCH] python3-pyocd: require python3-typing-extensions (#15) --- recipes-devtools/python3-pyocd/python3-pyocd_0.35.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/python3-pyocd/python3-pyocd_0.35.1.bb b/recipes-devtools/python3-pyocd/python3-pyocd_0.35.1.bb index 905e192..5a603de 100644 --- a/recipes-devtools/python3-pyocd/python3-pyocd_0.35.1.bb +++ b/recipes-devtools/python3-pyocd/python3-pyocd_0.35.1.bb @@ -29,9 +29,10 @@ RDEPENDS:${PN} += " python3-natsort" RDEPENDS:${PN} += " python3-prettytable" RDEPENDS:${PN} += " python3-pyelftools" RDEPENDS:${PN} += " python3-pylink-square" +RDEPENDS:${PN} += " python3-pyocd-pemicro" RDEPENDS:${PN} += " python3-pyusb" RDEPENDS:${PN} += " python3-pyyaml" RDEPENDS:${PN} += " python3-six" +RDEPENDS:${PN} += " python3-typing-extensions" #RRECOMMENDS:${PN} += " segger-jlink" -RRECOMMENDS:${PN} += " python3-pyocd-pemicro"