Skip to content

Commit

Permalink
python3-pyocd: require python3-typing-extensions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoBCD authored Jul 31, 2023
1 parent 1f0da3a commit ce7fd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-devtools/python3-pyocd/python3-pyocd_0.35.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ce7fd86

Please sign in to comment.