mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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>
This commit is contained in:
5
lang/python/python-twisted/test.sh
Normal file
5
lang/python/python-twisted/test.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = python3-twisted ] || exit 0
|
||||
|
||||
python3 -c 'from twisted.internet import reactor'
|
||||
Reference in New Issue
Block a user