mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +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
|
# some python stuff needed for various addons
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Pillow \
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET Pillow \
|
||||||
simplejson \
|
simplejson \
|
||||||
pycrypto"
|
pycryptodome"
|
||||||
# other packages
|
# other packages
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET LibreELEC-settings \
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET LibreELEC-settings \
|
||||||
xmlstarlet \
|
xmlstarlet \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user