Skip to content

Commit

Permalink
- added PyCrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
maho committed Jan 24, 2018
1 parent d45e547 commit 1e821e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version.regex = __version__ = '(.*)'
version.filename = %(source.dir)s/main.py

# requirements of the app
requirements = hostpython2,android,cryptography,pyasn1,pyjnius,twisted,kivy,docutils,pygments,cffi
requirements = hostpython2,android,cryptography,pyasn1,pyjnius,pycrypto,twisted,kivy,docutils,pygments,cffi

# android specific
android.permissions = INTERNET, WAKE_LOCK, CAMERA, VIBRATE, ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, SEND_SMS, CALL_PRIVILEGED, CALL_PHONE
Expand All @@ -30,6 +30,11 @@ android.permissions = INTERNET, WAKE_LOCK, CAMERA, VIBRATE, ACCESS_COARSE_LOCATI
android.wakelock=True
#orientation=all

# (str) Android logcat filters to use
android.logcat_filters = *:S python:D

[buildozer]
log_level = 2
warn_on_root = 1


Binary file removed libs/garden/garden.navigationdrawer/__init__.pyc
Binary file not shown.

0 comments on commit 1e821e6

Please sign in to comment.