Browse Source

Updated to version 0.113.3

Joachim M. Giæver 3 years ago
parent
commit
49ff6ef0ca
1 changed files with 10 additions and 8 deletions
  1. 10 8
      snap/snapcraft.yaml

+ 10 - 8
snap/snapcraft.yaml

@@ -1,5 +1,5 @@
 name: home-assistant-snap
-version: '0.113.0'
+version: '0.113.3'
 summary: Open source home automation that puts local control and privacy first
 description: |
     Home Assistant is a home automation platform running on Python 3. 
@@ -8,8 +8,11 @@ description: |
 base: core20
 grade: stable
 confinement: strict
-architectures: 
-  - build-on: [arm64, armhf, armhf, amd64, ppc64el]
+#architectures: 
+#  - build-on: [arm64, armhf, amd64, ppc64el]
+layout:
+  /etc/pip.conf:
+    bind: $SNAP_DATA/pip.conf
 apps:
   hass:
     command: bin/hass --config $SNAP_DATA
@@ -27,11 +30,10 @@ parts:
     plugin: python-wot-plugin
     source: https://github.com/home-assistant/core.git
     source-tag: ${SNAPCRAFT_PROJECT_VERSION}
-    #python-packages:
-      #- urllib3[secure]
-      #- setuptools
-      #- wheel
-      #- Cython
+    python-packages:
+      - setuptools
+      - wheel
+      - Cython
     build-packages:
       - python3
       - python3-dev