10000 Merge pull request #790 from brussee/libtribler · opacam/python-for-android@507aaf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 507aaf0

Browse files
authored
Merge pull request kivy#790 from brussee/libtribler
recipe libtribler split and add python dependencies
2 parents 52f2478 + acadf62 commit 507aaf0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pythonforandroid/recipes/libtribler/__init__.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ class LibTriblerRecipe(PythonRecipe):
1111

1212
url = 'git+https://github.com/Tribler/tribler.git'
1313

14-
depends = ['apsw', 'cherrypy', 'cryptography', 'decorator', 'feedparser',
15-
'ffmpeg', 'libnacl', 'libsodium', 'libtorrent', 'm2crypto',
16-
'netifaces', 'openssl', 'pyasn1', 'pil', 'pycrypto', 'pyleveldb',
17-
'python2', 'requests', 'twisted']
14+
depends = ['apsw', 'cryptography', 'ffmpeg', 'libsodium', 'libtorrent', 'm2crypto',
15+
'netifaces', 'openssl', 'pil', 'pycrypto', 'pyleveldb', 'python2', 'twisted',
16+
]
17+
18+
python_depends = ['chardet', 'cherrypy', 'configobj', 'decorator', 'feedparser',
19+
'libnacl', 'pyasn1', 'requests', 'six',
20+
]
1821

1922
site_packages_name = 'Tribler'
2023

0 commit comments

Comments
 (0)
0