mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
pyodbc: Update to 5.0.1, rename source package
This renames the source package to python-pyodbc to match other Python packages. This also updates the unixodbc dependency to libodbc, updates the package title and description, and adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
5
lang/python/python-pyodbc/test.sh
Normal file
5
lang/python/python-pyodbc/test.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = python3-pyodbc ] || exit 0
|
||||
|
||||
python3 -c 'import pyodbc'
|
||||
Reference in New Issue
Block a user