From 9f8bbdd6c73b2db678909e6a27de39a993f5330a Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 31 Aug 2021 10:46:50 +0200 Subject: [PATCH] add python db drivers --- bin/toolbox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/toolbox.sh b/bin/toolbox.sh index 439e7e2..42069dc 100644 --- a/bin/toolbox.sh +++ b/bin/toolbox.sh @@ -31,6 +31,8 @@ packages=( ## header packages for compiling 'pulseaudio-libs-devel' 'libxcb-devel' 'ncurses-devel' 'dbus-devel' 'libgit2-devel' 'libssh2-devel' 'openssl-devel' 'ncurses-static' 'glibc-static' 'readline-static' + ## python + 'python-requests' 'python-PyMySQL' 'python-psycopg2' ## huami-token 'python3-pytest' 'python3-requests' 'python3-rich' )