mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
python-zope-interface: Update to 6.1, refresh patch
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>
This commit is contained in:
committed by
Josef Schlehofer
parent
af7a15c905
commit
7e8f7b28d7
5
lang/python/python-zope-interface/test.sh
Normal file
5
lang/python/python-zope-interface/test.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ "$1" = python3-zope-interface ] || exit 0
|
||||
|
||||
python3 -c 'import zope.interface'
|
||||
Reference in New Issue
Block a user