|
@@ -156,26 +156,11 @@ package-repositories:
|
|
|
ppa: deadsnakes/ppa
|
|
|
|
|
|
parts:
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
homeassistant:
|
|
|
|
|
|
plugin: python
|
|
|
source: https://github.com/home-assistant/core.git
|
|
|
source-tag: ${SNAPCRAFT_PROJECT_VERSION}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
python-packages:
|
|
|
- setuptools<58
|
|
|
- wheel
|
|
@@ -237,20 +222,6 @@ parts:
|
|
|
constraints:
|
|
|
- homeassistant/package_constraints.txt
|
|
|
override-build: |
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
snapcraftctl build
|
|
|
sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' $SNAPCRAFT_PART_INSTALL/pyvenv.cfg
|
|
|
updater:
|
|
@@ -259,7 +230,7 @@ parts:
|
|
|
source: ./src/components
|
|
|
source-type: local
|
|
|
organize:
|
|
|
- '*': lib/python3.9/site-packages/homeassistant/components/
|
|
|
+ '*': lib/python3.8/site-packages/homeassistant/components/
|
|
|
bins:
|
|
|
plugin: dump
|
|
|
source: ./src/bin
|