Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #261 from ludeeus/mssql---adds-Cython
Browse files Browse the repository at this point in the history
MSSQL: Adds Cython package
  • Loading branch information
Landrash committed Apr 21, 2019
2 parents 01bd909 + 1015f93 commit a013f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/opt/hassbian/suites/mssql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ echo "Changing to Home Assistant venv"
source /srv/homeassistant/bin/activate
echo "Installing dependencies for MS SQL"
pip3 install --upgrade setuptools wheel
pip3 install pymssql
python -m pip install --upgrade setuptools wheel Cython
python -m pip install pymssql
echo "Deactivating virtualenv"
deactivate
Expand All @@ -35,7 +35,7 @@ EOF
echo "Checking the installation..."
validation=$(sudo -u homeassistant -H /bin/bash << EOF | grep Version | awk '{print $2}'
source /srv/homeassistant/bin/activate
pip3 show pymssql
python -m pip show pymssql
EOF
)
if [ ! -z "${validation}" ]; then
Expand Down

0 comments on commit a013f06

Please sign in to comment.