Used sudo instead of srclibs for standard Debian build dependencies.
Updated the version of DUCK to use since we require support for cairosvg.
This commit is contained in:
parent
e7aa20f648
commit
ff64e67de7
|
@ -16,7 +16,8 @@ Repo:https://bitbucket.org/dboddie/weather-forecast-android
|
||||||
Build:1.0.2,102
|
Build:1.0.2,102
|
||||||
commit=1.0.2
|
commit=1.0.2
|
||||||
output=output.apk
|
output=output.apk
|
||||||
srclibs=pycrypto@v2.6.1,duck@1.0.2
|
srclibs=duck@1.0.3
|
||||||
|
sudo=apt-get install -y python-crypto python-pygments markdown python-markdown imagemagick pngquant python-cairosvg
|
||||||
build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk
|
build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/dlitz/pycrypto.git
|
|
Loading…
Reference in a new issue