From f986fc1cb57f95311d9a248fcdfb7c4f6a559e9d Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 12 Jul 2018 12:09:56 -0500
Subject: [PATCH] elinux: add python/python3 development, for bbio

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 configs/rcn-ee_console_debian_buster_armhf.conf  | 6 ++++++
 configs/rcn-ee_console_debian_stretch_armhf.conf | 6 ++++++
 configs/rcn-ee_console_ubuntu_bionic_armhf.conf  | 6 ++++++
 3 files changed, 18 insertions(+)

diff --git a/configs/rcn-ee_console_debian_buster_armhf.conf b/configs/rcn-ee_console_debian_buster_armhf.conf
index ed3eb9d43..50f4ed7b3 100644
--- a/configs/rcn-ee_console_debian_buster_armhf.conf
+++ b/configs/rcn-ee_console_debian_buster_armhf.conf
@@ -96,6 +96,12 @@ deb_additional_pkgs="	\
 	ifupdown	\
 	libnss-systemd	\
 	libpam-systemd	\
+	python-dev	\
+	python-smbus	\
+	python3	\
+	python3-dev	\
+	python3-setuptools	\
+	python3-smbus	\
 "
 
 ##
diff --git a/configs/rcn-ee_console_debian_stretch_armhf.conf b/configs/rcn-ee_console_debian_stretch_armhf.conf
index 9d0a619be..dfa4131fe 100644
--- a/configs/rcn-ee_console_debian_stretch_armhf.conf
+++ b/configs/rcn-ee_console_debian_stretch_armhf.conf
@@ -95,6 +95,12 @@ deb_additional_pkgs="	\
 	ifupdown	\
 	libnss-systemd	\
 	libpam-systemd	\
+	python-dev	\
+	python-smbus	\
+	python3	\
+	python3-dev	\
+	python3-setuptools	\
+	python3-smbus	\
 "
 
 ##
diff --git a/configs/rcn-ee_console_ubuntu_bionic_armhf.conf b/configs/rcn-ee_console_ubuntu_bionic_armhf.conf
index 614cbb5df..0f65f83c8 100644
--- a/configs/rcn-ee_console_ubuntu_bionic_armhf.conf
+++ b/configs/rcn-ee_console_ubuntu_bionic_armhf.conf
@@ -87,6 +87,12 @@ deb_additional_pkgs="	\
 	ifupdown	\
 	libnss-systemd	\
 	libpam-systemd	\
+	python-dev	\
+	python-smbus	\
+	python3	\
+	python3-dev	\
+	python3-setuptools	\
+	python3-smbus	\
 "
 
 ##
-- 
GitLab