0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-08 17:15:29 +00:00
Files
Jeffery To 00841f9873 python-twisted: Update to 23.8.0, rework patches
The package changed to the hatchling build backend.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-10-05 14:37:27 -07:00

6 lines
99 B
Bash

#!/bin/sh
[ "$1" = python3-twisted ] || exit 0
python3 -c 'from twisted.internet import reactor'