mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 04:51:44 +00:00
7e8f7b28d7
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>
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-zope-interface ] || exit 0
|
|
|
|
python3 -c 'import zope.interface'
|