All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] documentation: Remove python from UBUNTU_HOST_PACKAGES_ESSENTIAL
@ 2020-03-11  0:35 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-03-11  0:35 UTC (permalink / raw)
  To: docs; +Cc: Khem Raj

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(-)

diff --git a/documentation/poky.ent b/documentation/poky.ent
index 59aad95bc..581c87679 100755
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -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 \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-11  0:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  0:35 [PATCH] documentation: Remove python from UBUNTU_HOST_PACKAGES_ESSENTIAL Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.