openwrt-packages/lang/python/python-pyodbc/test.sh

6 lines
75 B
Bash

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