From 6d3e5e64f5c4b2d584dc187075fa02ded9bb033a Mon Sep 17 00:00:00 2001
From: Tobias Faller <faller@endiio.com>
Date: Sat, 10 Jul 2021 17:07:01 +0200
Subject: [PATCH] Added python to the .config overlay list

---
 src/.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/.config b/src/.config
index 00a7321b9..feda1f07a 100644
--- a/src/.config
+++ b/src/.config
@@ -163,6 +163,7 @@ OVERLAY_TYPE=folder
 # ncurses        - 'GUI-like' API that runs within a terminal emulator.
 # nweb           - simple mini http server.
 # openjdk        - installs Open JDK. All operations are automated.
+# python         - Python3 scripting support (pip and packages optional).
 # static_get     - portable binaries for Linux (http://s.minos.io).
 # stress         - CPU and RAM load generator.
 # util_linux     - executable utilities distributed by the Linux Kernel org.