Skip to content

Commit f83fc2f

Browse files
Updated snapcraft build to hopefully fix build errors. Fixed #2167
1 parent 332d3ea commit f83fc2f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

snap/snapcraft.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,17 @@ adopt-info: slcli
33
summary: A CLI tool to interact with the SoftLayer API.
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.
6+
SLCLI documentation can be found here: https://softlayer-python.readthedocs.io/en/latest/
67
78
license: MIT
89

910
base: core22
1011
grade: stable
1112
confinement: strict
1213

13-
assumes:
14-
- command-chain
15-
1614
apps:
1715
slcli:
1816
command: bin/slcli
19-
command-chain:
20-
- bin/homeishome-launch
2117
environment:
2218
LC_ALL: C.UTF-8
2319
plugs:
@@ -38,9 +34,4 @@ parts:
3834
- python3
3935

4036
stage-packages:
41-
- python3
42-
43-
homeishome-launch:
44-
plugin: nil
45-
stage-snaps:
46-
- homeishome-launch
37+
- python3

0 commit comments

Comments
 (0)