From 93426b3dea26c87c2f743fcb371597e3463582c2 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 23 Jul 2019 16:43:40 +0200 Subject: [PATCH] Stick to ics v.0.4 for now A new release (v0.5) is out for ics (the library parsing the iCalendar events) but as with any new release, there are still bugs and fixes that need to be handled first. For now, the installer will stick to v0.4. When all tests have been passed, an upgrade to ics v0.5 will be considered. --- Installer-with-debug.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer-with-debug.sh b/Installer-with-debug.sh index aa6c02f..93b18dc 100644 --- a/Installer-with-debug.sh +++ b/Installer-with-debug.sh @@ -156,7 +156,7 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then echo 'ics is installed, skipping installation of this package.' else echo 'ics is not installed, attempting to install now' - pip3 install ics + pip3 install ics==0.4 fi #Ics.py for user sudo @@ -165,7 +165,7 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then echo 'ics is installed, skipping installation of this package.' else echo 'ics is not installed, attempting to install now' - sudo pip3 install ics + sudo pip3 install ics==0.4 fi #feedparser for user pi