Skip to content

Commit 5ebe333

Browse files
Merge pull request #967 from kz6fittycent/master
Merged my repos into one for easier maintenance
2 parents 4da502b + 9c6960a commit 5ebe333

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: slcli # check to see if it's available
2-
version: '5.4.3.0+git' # check versioning
2+
version: '5.4.4.1+git' # check versioning
33
summary: Python based SoftLayer API Tool. # 79 char long summary
44
description: |
55
A command-line interface is also included and can be used to manage various SoftLayer products and services.
@@ -20,7 +20,8 @@ parts:
2020
my-part:
2121
source: https://github.com/softlayer/softlayer-python
2222
source-type: git
23-
plugin: python3
23+
plugin: python
24+
python-version: python3
2425

2526
build-packages:
2627
- python3

0 commit comments

Comments
 (0)