1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 14:29:48 +00:00

python3-pip: remove obsolete and confusing comment

This comment is very obsolete.

(From OE-Core rev: 147875f0bf7b68694c0338b6f212b03bfdca2ea8)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2022-03-07 19:42:34 +00:00
committed by Richard Purdie
parent 3046042ea4
commit 17b0f1ecc6
@@ -45,7 +45,6 @@ EOF
}
do_install:append() {
# Install as pip3 and leave pip2 as default
if [ -e ${D}/${bindir}/pip ]; then
rm ${D}/${bindir}/pip
fi