Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
3e1101ba9bfca4735cc4a0f8e4c28ad56b3acf9e
/
.
/
poky
/
meta
/
recipes-devtools
/
python
/
python3-setuptools_41.4.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
}