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>
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-zope-interface ] || exit 0
|
|
|
|
python3 -c 'import zope.interface'
|