|
@@ -1,6 +1,6 @@
|
|
|
name: home-assistant-snap
|
|
|
title: Home assistant
|
|
|
-version: '2021.9.4'
|
|
|
+version: '2021.9.6'
|
|
|
icon: snap/gui/home-assistant-snap.svg
|
|
|
summary: Open source home automation that puts local control and privacy first
|
|
|
description: |
|
|
@@ -150,15 +150,16 @@ parts:
|
|
|
source: https://github.com/home-assistant/core.git
|
|
|
source-tag: ${SNAPCRAFT_PROJECT_VERSION}
|
|
|
python-packages:
|
|
|
- - setuptools
|
|
|
+ - setuptools<58
|
|
|
- wheel
|
|
|
- Cython
|
|
|
- pip
|
|
|
build-packages:
|
|
|
- python3
|
|
|
- python3-dev
|
|
|
- - python3-setuptools
|
|
|
- - python3-wheel
|
|
|
+ - python3-pip
|
|
|
+
|
|
|
+
|
|
|
- pkg-config
|
|
|
- autoconf
|
|
|
- build-essential
|
|
@@ -201,6 +202,7 @@ parts:
|
|
|
constraints:
|
|
|
- homeassistant/package_constraints.txt
|
|
|
override-build: |
|
|
|
+ python3 -m pip install -U setuptools
|
|
|
snapcraftctl build
|
|
|
sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' $SNAPCRAFT_PART_INSTALL/pyvenv.cfg
|
|
|
|