diff --git a/pythonforandroid/recipes/libtribler/__init__.py b/pythonforandroid/recipes/libtribler/__init__.py index 7285dc9107..856aea3a26 100644 --- a/pythonforandroid/recipes/libtribler/__init__.py +++ b/pythonforandroid/recipes/libtribler/__init__.py @@ -11,10 +11,13 @@ class LibTriblerRecipe(PythonRecipe): url = 'git+https://github.com/Tribler/tribler.git' - depends = ['apsw', 'cherrypy', 'cryptography', 'decorator', 'feedparser', - 'ffmpeg', 'libnacl', 'libsodium', 'libtorrent', 'm2crypto', - 'netifaces', 'openssl', 'pyasn1', 'pil', 'pycrypto', 'pyleveldb', - 'python2', 'requests', 'twisted'] + depends = ['apsw', 'cryptography', 'ffmpeg', 'libsodium', 'libtorrent', 'm2crypto', + 'netifaces', 'openssl', 'pil', 'pycrypto', 'pyleveldb', 'python2', 'twisted', + ] + + python_depends = ['chardet', 'cherrypy', 'configobj', 'decorator', 'feedparser', + 'libnacl', 'pyasn1', 'requests', 'six', + ] site_packages_name = 'Tribler'