diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-04-20 13:31:36 -0400 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-04-20 13:31:36 -0400 |
commit | 4aa26e292ec8d81ac6680b17eb535d181ffa0b82 (patch) | |
tree | 24a24b7345254f91e461a29138a8b323de67ca52 /snapcraft.yaml | |
parent | 0a20795ea4bfd32298232b21cc3c6e698d115953 (diff) | |
download | wekan-4aa26e292ec8d81ac6680b17eb535d181ffa0b82.tar.gz wekan-4aa26e292ec8d81ac6680b17eb535d181ffa0b82.tar.bz2 wekan-4aa26e292ec8d81ac6680b17eb535d181ffa0b82.zip |
Try to fix snap.
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index b6fe3f86..b7e76d6b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -89,15 +89,14 @@ parts: build-packages: - ca-certificates - apt-utils - - python - python3 - - g++ + - gcc-8 - capnproto - curl - execstack - nodejs - npm - - python3-setuptools + - python3-pip stage-packages: - libfontconfig1 override-build: | @@ -107,6 +106,7 @@ parts: rm -rf .build mkdir -p .build/python cd .build/python + pip3 install -U setuptools wheel git clone --depth 1 -b master https://github.com/Kronuz/esprima-python cd esprima-python python3 setup.py install |