Skip to content

Commit f04b6cf

Browse files
committed
remove android recipe dependency
1 parent 64aaeae commit f04b6cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonforandroid/recipes/libtribler/__init__.py

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

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

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

1919
site_packages_name = 'Tribler'
2020

0 commit comments

Comments
 (0)