Skip to content

Commit b595118

Browse files
committed
python3-trio-websocket: New recipe for version 0.11.1
Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent 5ae2534 commit b595118

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
SUMMARY = "WebSocket library for Trio"
2+
LICENSE = "MIT"
3+
LIC_FILES_CHKSUM = "file://LICENSE;md5=69a70f9681c723a2b4bc1afb1fc68a6f"
4+
5+
PYPI_PACKAGE = "trio-websocket"
6+
7+
inherit pypi setuptools3
8+
SRC_URI[sha256sum] = "18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f"
9+
10+
RDEPENDS:${PN} = " \
11+
python3-trio \
12+
python3-wsproto \
13+
"
14+
15+
BBCLASSEXTEND = "native nativesdk"

0 commit comments

Comments
 (0)