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