Error in setup.py stops alexa option from being usable #16

Closed
opened 2022-07-05 01:38:39 +02:00 by blacklight · 0 comments
Owner

There is a typo in setup.py.

Date:   Sat Nov 6 19:42:37 2021 -0700

    Fixed typo in Alexa file URL

diff --git a/setup.py b/setup.py
index 9117ae8a..19809974 100755
--- a/setup.py
+++ b/setup.py
@@ -162,7 +162,7 @@ setup(
         # Support for Flic buttons
         'flic': ['flic @ https://github.com/50ButtonsEach/fliclib-linux-hci/tarball/master'],
         # Support for Alexa/Echo plugin
-        'alexa': ['avs @ https://github.com:BlackLight/avs/tarball/master'],
+        'alexa': ['avs @ https://github.com/BlackLight/avs/tarball/master'],
         # Support for bluetooth devices
         'bluetooth': ['pybluez', 'gattlib',
                       'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master'],
There is a typo in setup.py. ``` Date: Sat Nov 6 19:42:37 2021 -0700 Fixed typo in Alexa file URL diff --git a/setup.py b/setup.py index 9117ae8a..19809974 100755 --- a/setup.py +++ b/setup.py @@ -162,7 +162,7 @@ setup( # Support for Flic buttons 'flic': ['flic @ https://github.com/50ButtonsEach/fliclib-linux-hci/tarball/master'], # Support for Alexa/Echo plugin - 'alexa': ['avs @ https://github.com:BlackLight/avs/tarball/master'], + 'alexa': ['avs @ https://github.com/BlackLight/avs/tarball/master'], # Support for bluetooth devices 'bluetooth': ['pybluez', 'gattlib', 'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master'], ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#16
No description provided.