mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 01:34:31 +04:00
This also updates the list of dependencies and adds a test.sh script for
the packages feed CI.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 7e8f7b28d7)
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-zope-interface ] || exit 0
|
|
|
|
python3 -c 'import zope.interface'
|