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

Commit

Permalink
Add cython3 to fix tradfri
Browse files Browse the repository at this point in the history
  • Loading branch information
Landrash committed Oct 8, 2017
1 parent 0a199bd commit 6ca4e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sudo chown -R root:root package/
dpkg-deb --build package/
sudo chown -R landrash:landrash package/
scp package.deb [email protected]:~/
ssh [email protected] "dpkg -i package.deb && rm package.deb"
ssh [email protected] "sudo dpkg -i package.deb && rm package.deb"
2 changes: 1 addition & 1 deletion package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: hassbian-scripts
Architecture: all
Maintainer: Fredrik Lindqvist <github.com/Landrash>
Depends: bash, wget, git, python3, python3-venv, python3-pip, python3-dev, bluetooth, libbluetooth-dev, avahi-daemon, build-essential, libssl-dev, libffi-dev, python-dev, libudev-dev
Depends: bash, wget, git, python3, python3-venv, python3-pip, python3-dev, bluetooth, libbluetooth-dev, avahi-daemon, build-essential, libssl-dev, libffi-dev, python-dev, libudev-dev, cython3
Priority: optional
Homepage: www.home-assistant.io
Version: 0.6
Expand Down

0 comments on commit 6ca4e82

Please sign in to comment.