Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
e42b3e385822fc1b08807a585d4bb2015c823690
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python3-cmd2_0.9.22.bb
blob: f5c5c7e1a3012f213f358e970eb338b7cd7fbcf5 [
file
] [
log
] [
blame
]
Brad Bishop
c1d3433
2019-09-09 14:56:00 -0400
[
diff
] [
blame
]
1
inherit setuptools3
2
require
python
-
cmd2
.
inc
3
4
RDEPENDS_$
{
PN
}
+=
"\
5
${PYTHON_PN}-pyperclip \
6
${PYTHON_PN}-colorama \
7
${PYTHON_PN}-attrs \
8
${PYTHON_PN}-wcwidth \
9
"