summaryrefslogtreecommitdiffstats
path: root/package/python-websocket-client/Config.in
blob: 0fbb15b328522a56301002d85ee6be912e226b09 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_PYTHON_WEBSOCKET_CLIENT
	bool "python-websocket-client"
	select BR2_PACKAGE_PYTHON_SIX # runtime
	select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
	select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
	help
	  WebSocket client for python. hybi13 is supported.

	  https://github.com/websocket-client/websocket-client.git
OpenPOWER on IntegriCloud