comparison src/buildozer.spec @ 118:a574133aa4a8

buildozer: added potr in requirements potr is a custom recipe, will be added in fork. No need to propose upstream has it's the old toolchain and we'll move as soon as possible to the new one.
author Goffi <goffi@goffi.org>
date Thu, 26 Jan 2017 22:14:21 +0100
parents 3e3c097b07b7
children
comparison
equal deleted inserted replaced
117:f0291755b07c 118:a574133aa4a8
36 # version.regex = __version__ = ['"](.*)['"] 36 # version.regex = __version__ = ['"](.*)['"]
37 # version.filename = %(source.dir)s/main.py 37 # version.filename = %(source.dir)s/main.py
38 38
39 # (list) Application requirements 39 # (list) Application requirements
40 # comma seperated e.g. requirements = sqlite3,kivy 40 # comma seperated e.g. requirements = sqlite3,kivy
41 requirements = kivy, sqlite3, twisted, wokkel, pil, lxml, pyxdg, markdown, html2text, python-dateutil, pycrypto, pyopenssl, plyer 41 requirements = kivy, sqlite3, twisted, wokkel, pil, lxml, pyxdg, markdown, html2text, python-dateutil, pycrypto, pyopenssl, plyer, potr
42 42
43 # (str) Custom source folders for requirements 43 # (str) Custom source folders for requirements
44 # Sets custom source for any requirements with recipes 44 # Sets custom source for any requirements with recipes
45 # requirements.source.kivy = ../../kivy 45 # requirements.source.kivy = ../../kivy
46 46