Skip to content

Commit acadf62

Browse files
committed
fix typo wrong dependency
1 parent fefbb7f commit acadf62

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
@@ -15,8 +15,8 @@ class LibTriblerRecipe(PythonRecipe):
1515
'netifaces', 'openssl', 'pil', 'pycrypto', 'pyleveldb', 'python2', 'twisted',
1616
]
1717

18-
python_depends = ['chardet', 'cherrypy', 'configobject', 'decorator', 'feedparser',
19-
'libnacl', 'pyasn1', 'requests', 'setuptools', 'six',
18+
python_depends = ['chardet', 'cherrypy', 'configobj', 'decorator', 'feedparser',
19+
'libnacl', 'pyasn1', 'requests', 'six',
2020
]
2121

2222
site_packages_name = 'Tribler'

0 commit comments

Comments
 (0)