documentation: Remove python from UBUNTU_HOST_PACKAGES_ESSENTIAL
Submitted by Khem Raj on March 11, 2020, 12:35 a.m.
|
Patch ID: 170949
Details
Commit Message
@@ -58,7 +58,7 @@
<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
<!ENTITY OE_INIT_FILE "oe-init-build-env">
<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \
- build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
+ build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
pylint3 xterm">
<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \
Ubuntu 20.04 doesn't have python package and therefore this list fails to install, python3 is required anyway so removing python is perhaps ok Signed-off-by: Khem Raj <raj.khem@gmail.com> --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)