snap/snapcraft.yaml
changeset 86 3564991cd359
parent 82 90da520cbaa5
child 101 5799370243c0
--- a/snap/snapcraft.yaml	Fri Aug 12 13:44:20 2022 +0200
+++ b/snap/snapcraft.yaml	Sat Aug 13 15:51:59 2022 +0200
@@ -33,6 +33,7 @@
     stage-packages:
       - python2
       - python-setuptools
+      - python-lxml
 
     override-build: |
       # For some reasons site-packages needs to be created and 
@@ -44,7 +45,6 @@
             install --prefix $SNAPCRAFT_PART_INSTALL/usr
       PYTHONPATH=$SNAPCRAFT_PART_INSTALL/usr/lib/python2.7/site-packages \
         $SNAPCRAFT_PART_INSTALL/usr/bin/pip install \
-          lxml                \
           future              \
           matplotlib          \
           msgpack_python      \
@@ -156,3 +156,4 @@
     environment:
       SYSROOT: $SNAP
     command: usr/bin/python2 $SNAP/beremiz/Beremiz_service.py
+