mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
00841f9873
The package changed to the hatchling build backend. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
99 B
Bash
6 lines
99 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-twisted ] || exit 0
|
|
|
|
python3 -c 'from twisted.internet import reactor'
|