texturecache.py: reorg dependency

This commit is contained in:
MilhouseVH
2018-10-31 15:12:43 +00:00
parent 579722348f
commit 20e3c03ed0
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -18,6 +18,9 @@ if [ "$MEDIACENTER" = "kodi" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $MEDIACENTER-theme-$i"
done
# python-based tool for kodi management
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET texturecache.py"
# some python stuff needed for various addons
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Pillow \
simplejson \