mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mediacenter: switch from pycrypto to pycryptodome
This commit is contained in:
parent
a5c8f44d52
commit
2bc7b5c80e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user