use packages dir instead of requirements

This commit is contained in:
ThomasV 2015-09-09 13:01:30 +02:00
parent 985d54197a
commit ec9eccd0dd
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
Before compiling, create packages: `contrib/make_packages`
Commands::
`make theming` to make a atlas out of a list of pngs

View File

@ -29,7 +29,7 @@ gui/android*
gui/gtk*
gui/qt*
gui/kivy/tools
build/*
# unused kivy files (platform specific)
kivy/input/providers/wm_*

View File

@ -32,7 +32,7 @@ version.filename = %(source.dir)s/lib/version.py
#version = 1.9.8
# (list) Application requirements
requirements = requests, dnspython, openssl, pil, qrcode, ecdsa, pbkdf2, plyer==master, kivy==master
requirements = openssl, pil, plyer==master, kivy==master
# (str) Presplash of the application
presplash.filename = %(source.dir)s/gui/kivy/theming/splash.png