From 378c3ffbbc48fb26a059033d282314b054f753a8 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 30 Jun 2018 20:46:56 +0100
Subject: [PATCH] Extra packages

---
 src/freedombone-app-babybuddy | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/freedombone-app-babybuddy b/src/freedombone-app-babybuddy
index f6914e420..3bd30c02d 100755
--- a/src/freedombone-app-babybuddy
+++ b/src/freedombone-app-babybuddy
@@ -260,6 +260,9 @@ function remove_babybuddy {
 function install_babybuddy {
     $INSTALL_PACKAGES python3 python3-pip uwsgi uwsgi-plugin-python3 libopenjp2-7-dev
     $INSTALL_PACKAGES python3-virtualenv python-virtualenv
+    $INSTALL_PACKAGES apt-get install postgresql
+    $INSTALL_PACKAGES python-psycopg2
+    $INSTALL_PACKAGES libpq-dev
 
     if [ ! -d /etc/uwsgi/apps-available ]; then
         echo $'Directory not found /etc/uwsgi/apps-available'
@@ -309,7 +312,7 @@ function install_babybuddy {
          dj-database-url gunicorn whitenoise \
          easy-thumbnails python-dotenv \
          django-storages boto3 coveralls flake8 ipaddress
-    pip3 install psycopg2 == "<2.7.4"
+    pip3 install psycopg2
 
     export TEMP=/tmp
     rm -rf "$INSTALL_DIR/babybuddy"
-- 
GitLab