Explorar o código

Try rolling back to WOT plugin, as typing issues

Joachim M. Giæver %!s(int64=3) %!d(string=hai) anos
pai
achega
02685f0b10
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      snap/snapcraft.yaml

+ 1 - 5
snap/snapcraft.yaml

@@ -72,7 +72,7 @@ apps:
 
 parts:
   homeassistant:
-    plugin: python #-wot-plugin
+    plugin: python-wot-plugin
     source: https://github.com/home-assistant/core.git
     source-tag: ${SNAPCRAFT_PROJECT_VERSION}
     python-packages:
@@ -121,10 +121,6 @@ parts:
     constraints:
       - homeassistant/package_constraints.txt
     override-build: |
-      if [ -n "$http_proxy" ]; then
-        export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
-        export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
-      fi
       snapcraftctl build
       sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' $SNAPCRAFT_PART_INSTALL/pyvenv.cfg
   hooks: