Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
665fd026517259031fd55bcfb2a9dab0d9f3582a
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-pycodestyle_2.5.0.bb
blob: ec6c12f2f1d2cb21c07a7251687013f31c61a4c7 [
file
] [
log
] [
blame
]
inherit setuptools
require
python
-
pycodestyle
.
inc
RDEPENDS_$
{
PN
}
+=
"${PYTHON_PN}-lang"
do_install_append
()
{
if
[
-
f $
{
D
}
$
{
bindir
}/
pycodestyle
];
then
mv $
{
D
}
$
{
bindir
}/
pycodestyle $
{
D
}
$
{
bindir
}/
pycodestyle
-
2
fi
}