Browse Source

Added missing dependency

Joachim M. Giæver 5 years ago
parent
commit
39ad20eedc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      snap/snapcraft.yaml

+ 2 - 1
snap/snapcraft.yaml

@@ -1,7 +1,7 @@
 name: home-assistant
 version: git
 summary: Open source home automation that puts local control and privacy first
-description:
+description: |
     Home Assistant is a home automation platform running on Python 3. 
     It is able to track and control all devices at home and offer a 
     platform for automating control.
@@ -37,6 +37,7 @@ parts:
             - libslang2-dev
             - libglu1-mesa-dev
             - freeglut3-dev
+            - libudev-dev
             - cython3
         override-build: |
             # Remove LICENCE-part of insteonplm, which causes pip to fail