summaryrefslogtreecommitdiffstats
path: root/python/websocket-client
diff options
context:
space:
mode:
Diffstat (limited to 'python/websocket-client')
-rw-r--r--python/websocket-client/websocket-client.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/websocket-client/websocket-client.SlackBuild b/python/websocket-client/websocket-client.SlackBuild
index 1c75a43fd1..b52e08c1d1 100644
--- a/python/websocket-client/websocket-client.SlackBuild
+++ b/python/websocket-client/websocket-client.SlackBuild
@@ -66,6 +66,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog examples/ LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION