xbmc: install 'pycrypto' per default, needed for various addons

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-12-17 13:20:45 +01:00
parent 270c7a7144
commit b442a4a8b9

View File

@ -41,6 +41,7 @@ PKG_AUTORECONF="no"
# some python stuff needed for various addons
PKG_DEPENDS="$PKG_DEPENDS Imaging"
PKG_DEPENDS="$PKG_DEPENDS simplejson"
PKG_DEPENDS="$PKG_DEPENDS pycrypto
# various PVR clients
PKG_DEPENDS="$PKG_DEPENDS xbmc-pvr-addons"