Package: python-softlayer / 5.2.1-1

1001-rename_sl.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From f644a815247be883e8b0b88e4a24c0a12e8a408a Mon Sep 17 00:00:00 2001
From: Alessio Treglia <alessio@debian.org>
Date: Thu, 8 Oct 2015 13:09:37 -0700
Subject: Rename launcher script to avoid namespace conflicts.

Forwarded: not-needed
Patch-Name: 1001-rename_sl.patch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 554069b..11a76b0 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
     entry_points={
         'console_scripts': [
             'slcli = SoftLayer.CLI.core:main',
-            'sl = SoftLayer.CLI.deprecated:main',
+            'SL = SoftLayer.CLI.deprecated:main',
         ],
     },
     install_requires=[