Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
e24a3fd2dfe1c687a4efc418d7fee3baf5fec283
/
.
/
poky
/
meta
/
recipes-devtools
/
python
/
python3-setuptools_40.0.0.bb
blob: 0dc1ed86227660d5e95db423dbe6e23f59a18a67 [
file
] [
log
] [
blame
]
require
python
-
setuptools
.
inc
inherit setuptools3
do_install_append
()
{
mv $
{
D
}
$
{
bindir
}/
easy_install $
{
D
}
$
{
bindir
}/
easy3_install
}