diff options
author | Kali Kaneko <kali@leap.se> | 2018-06-06 14:39:23 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-06-06 14:39:23 +0200 |
commit | dbb4f8226c2667a2ea656c66d633c93b4b2a37ae (patch) | |
tree | 976254eae63f34866066cedc6734a5ded14ebcea /snap/snapcraft.yaml | |
parent | 4241a52e698f3d9eb38096c3978a7c00087c49de (diff) |
[pkg] add libc in all parts, bionic build complains
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 19302c12..314c660c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -34,6 +34,7 @@ parts: requirements: pkg/requirements-vpn.pip stage-packages: # this seems to trigger https://bugs.launchpad.net/snapcraft/+bug/1676684 + - libc6 - python2.7-dev - libsqlcipher-dev - libffi-dev @@ -51,6 +52,7 @@ parts: plugin: nil stage-packages: - openvpn + - libc6 prime: - -usr/share/doc - -usr/share/man |