diff options
author | Michael Truog <mjtruog@gmail.com> | 2017-07-07 18:13:09 -0700 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-10 10:28:18 +0000 |
commit | 88c3396782b1d793f2453e66570dd4fd0c3a26f2 (patch) | |
tree | 606cfd57ea19e5b1b45f8cf99ccbfda1a5d2bd3b /testing/tsung | |
parent | a4b23b09f2ba9c3bb67caa4642ec2c653d3159c2 (diff) | |
download | aports-88c3396782b1d793f2453e66570dd4fd0c3a26f2.tar.bz2 aports-88c3396782b1d793f2453e66570dd4fd0c3a26f2.tar.xz |
testing/tsung: Add missing runtime dependencies
Diffstat (limited to 'testing/tsung')
-rw-r--r-- | testing/tsung/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/tsung/APKBUILD b/testing/tsung/APKBUILD index 01e5563574..1c2b1cecd3 100644 --- a/testing/tsung/APKBUILD +++ b/testing/tsung/APKBUILD @@ -4,13 +4,18 @@ pkgname=tsung pkgver=1.6.0.1 _srcver=445d78213bb4360d78df3753b3e23e6a28d701f0 -pkgrel=2 +pkgrel=3 pkgdesc="Tsung is a high-performance benchmark framework for various protocols including HTTP,XMPP,LDAP,etc." url="http://www.process-one.net/en/tsung/" license="GPL2" arch="noarch !armhf" depends="bash erlang + erlang-crypto + erlang-inets + erlang-os-mon + erlang-sasl + erlang-xmerl gnuplot perl-template-toolkit python2 |