We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba6511 commit fefbb7fCopy full SHA for fefbb7f
pythonforandroid/recipes/libtribler/__init__.py
@@ -11,10 +11,13 @@ class LibTriblerRecipe(PythonRecipe):
11
12
url = 'git+https://github.com/Tribler/tribler.git'
13
14
- depends = ['apsw', 'cherrypy', 'cryptography', 'decorator', 'feedparser',
15
- 'ffmpeg', 'libnacl', 'libsodium', 'libtorrent', 'm2crypto',
16
- 'netifaces', 'openssl', 'pyasn1', 'pil', 'pycrypto', 'pyleveldb',
17
- 'python2', 'requests', 'six', 'twisted']
+ depends = ['apsw', 'cryptography', 'ffmpeg', 'libsodium', 'libtorrent', 'm2crypto',
+ 'netifaces', 'openssl', 'pil', 'pycrypto', 'pyleveldb', 'python2', 'twisted',
+ ]
+
18
+ python_depends = ['chardet', 'cherrypy', 'configobject', 'decorator', 'feedparser',
19
+ 'libnacl', 'pyasn1', 'requests', 'setuptools', 'six',
20
21
22
site_packages_name = 'Tribler'
23
0 commit comments