Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc
/
bd93df9478f2f56ffcbc8cb88f1709c735dcd85b
/
.
/
poky
/
meta
/
recipes-devtools
/
python
/
python3-nose_1.3.7.bb
blob: 8bc1f49835e0f0f3aac41f75c631365a6f158022 [
file
] [
log
] [
blame
]
inherit setuptools3
require
python
-
nose
.
inc
do_install_append
()
{
mv $
{
D
}
$
{
bindir
}/
nosetests $
{
D
}
$
{
bindir
}/
nosetests3
}