Skip to content

Commit be70e75

Browse files
committed
add pycrypto dependency
1 parent f04b6cf commit be70e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/libtribler/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class LibTriblerRecipe(PythonRecipe):
1313

1414
depends = ['apsw', 'cherrypy', 'cryptography', 'decorator', 'feedparser',
1515
'ffmpeg', 'libnacl', 'libsodium', 'libtorrent', 'm2crypto',
16-
'netifaces', 'openssl', 'pyasn1', 'pil', 'pyleveldb', 'python2',
17-
'requests', 'twisted']
16+
'netifaces', 'openssl', 'pyasn1', 'pil', 'pycrypto', 'pyleveldb',
17+
'python2', 'requests', 'twisted']
1818

1919
site_packages_name = 'Tribler'
2020

0 commit comments

Comments
 (0)