mediacenter: switch from pycrypto to pycryptodome

This commit is contained in:
MilhouseVH 2017-03-02 01:08:35 +00:00
parent a5c8f44d52
commit 2bc7b5c80e

View File

@ -40,7 +40,7 @@ if [ "$MEDIACENTER" = "kodi" ]; then
# some python stuff needed for various addons
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Pillow \
simplejson \
pycrypto"
pycryptodome"
# other packages
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET LibreELEC-settings \
xmlstarlet \