snap: remove ssl dependencies from snapcraft definition (#9222)

This commit is contained in:
André Silva 2018-07-26 21:42:09 +01:00 committed by Afri Schoedon
parent 4ddccfa5e5
commit 1ce8c1cf82
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ parts:
# rust-channel: stable # @TODO enable after https://bugs.launchpad.net/snapcraft/+bug/1778530
rust-revision: 1.26.2 # @TODO remove after https://bugs.launchpad.net/snapcraft/+bug/1778530
build-attributes: [no-system-libraries]
build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config, cmake]
stage-packages: [libc6, libssl1.0.0, libudev1, libstdc++6]
build-packages: [g++, libudev-dev, make, pkg-config, cmake]
stage-packages: [libc6, libudev1, libstdc++6]
df:
plugin: nil
stage-packages: [coreutils]