We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4da502b + 9c6960a commit 5ebe333Copy full SHA for 5ebe333
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: slcli # check to see if it's available
2
-version: '5.4.3.0+git' # check versioning
+version: '5.4.4.1+git' # check versioning
3
summary: Python based SoftLayer API Tool. # 79 char long summary
4
description: |
5
A command-line interface is also included and can be used to manage various SoftLayer products and services.
@@ -20,7 +20,8 @@ parts:
20
my-part:
21
source: https://github.com/softlayer/softlayer-python
22
source-type: git
23
- plugin: python3
+ plugin: python
24
+ python-version: python3
25
26
build-packages:
27
- python3
0 commit comments