From e7aa20f64811d47f1098997c90eee929cdfa37f6 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Sat, 29 Sep 2018 23:30:32 +0200 Subject: [PATCH] Added another source dependency to the Weather Forecast metadata. --- metadata/uk.org.boddie.android.weatherforecast.txt | 4 ++-- srclibs/pycrypto.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 srclibs/pycrypto.txt diff --git a/metadata/uk.org.boddie.android.weatherforecast.txt b/metadata/uk.org.boddie.android.weatherforecast.txt index d5b4ba7306..37e2fbaf5e 100644 --- a/metadata/uk.org.boddie.android.weatherforecast.txt +++ b/metadata/uk.org.boddie.android.weatherforecast.txt @@ -16,8 +16,8 @@ Repo:https://bitbucket.org/dboddie/weather-forecast-android Build:1.0.2,102 commit=1.0.2 output=output.apk - srclibs=duck@1.0.2 - build=PYTHONPATH=$$duck$$ ./build.py output.apk + srclibs=pycrypto@v2.6.1,duck@1.0.2 + build=PYTHONPATH=$$duck$$:$$pycrypto$$ ./build.py output.apk Auto Update Mode:None Update Check Mode:None diff --git a/srclibs/pycrypto.txt b/srclibs/pycrypto.txt new file mode 100644 index 0000000000..be1a2c6f9c --- /dev/null +++ b/srclibs/pycrypto.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/dlitz/pycrypto.git