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.
This commit is contained in:
Ace 2019-07-23 16:43:40 +02:00 committed by GitHub
parent 556c6ec444
commit 93426b3dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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