0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 04:38:06 +00:00
Jeffery To cb8648679b python-typing-extensions: Update to 4.8.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-09-27 16:40:21 -07:00

6 lines
97 B
Bash

#!/bin/sh
[ "$1" = python3-typing-extensions ] || exit 0
python3 -c 'import typing_extensions'