mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Changelog since 3.0.1: - Fix import path to make it vendoring-friendly - Remove py reference from test suite Add test.sh. Full changelog: https://github.com/pytest-dev/apipkg/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-apipkg ] || exit 0
|
|
|
|
python3 -c 'import apipkg'
|