@ -1,14 +1,14 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := python-websocket-client
PKG_VERSION := 0.58.0
PKG_VERSION := 1.2.1
PKG_RELEASE := 1
PYPI_NAME := websocket_ client
PKG_HASH := 63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f
PYPI_NAME := websocket- client
PKG_HASH := 8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d
PKG_MAINTAINER := Javier Marcet <javier@marcet.info>
PKG_LICENSE := BSD-3-Clause
PKG_LICENSE := Apache-2.0
PKG_LICENSE_FILES := LICENSE
i n c l u d e . . / p y p i . m k
@ -21,7 +21,7 @@ define Package/python3-websocket-client
SUBMENU:= Python
TITLE:= WebSocket client for Python. hybi13 is supported
URL:= https://github.com/websocket-client/websocket-client
DEPENDS:= +python3-light +python3-logging +python3-openssl +python3-six
DEPENDS:= +python3-light +python3-logging +python3-openssl
e n d e f
d e f i n e P a c k a g e / p y t h o n 3 - w e b s o c k e t - c l i e n t / d e s c r i p t i o n
@ -31,6 +31,11 @@ define Package/python3-websocket-client/description
websocket-client supports only hybi-13.
e n d e f
d e f i n e P y 3 P a c k a g e / p y t h o n 3 - w e b s o c k e t - c l i e n t / f i l e s p e c
+ | $( PYTHON 3_PKG_DIR )
- | $( PYTHON 3_PKG_DIR ) / w e b s o c k e t / t e s t s
e n d e f
$( eval $ ( call Py 3Package ,python 3-websocket -client ) )
$( eval $ ( call BuildPackage ,python 3-websocket -client ) )
$( eval $ ( call BuildPackage ,python 3-websocket -client -src ) )