diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-10-16 11:49:59 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-10-16 11:49:59 +0000 |
commit | 7bcd5fa49e6327f5bf18cc4b1c3dcf5a0691b86a (patch) | |
tree | 48fde22a48c1395ff1649c44e49b82323b9af978 /testing/dstat | |
parent | 15465d221e8677e20866bed5030011356e011874 (diff) | |
download | aports-7bcd5fa49e6327f5bf18cc4b1c3dcf5a0691b86a.tar.bz2 aports-7bcd5fa49e6327f5bf18cc4b1c3dcf5a0691b86a.tar.xz |
testing/dstat: added python as depends
Diffstat (limited to 'testing/dstat')
-rw-r--r-- | testing/dstat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dstat/APKBUILD b/testing/dstat/APKBUILD index c0d42cd0af..62d3ae3aff 100644 --- a/testing/dstat/APKBUILD +++ b/testing/dstat/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A versatile resource statistics tool" url="http://dag.wieers.com/home-made/dstat/" arch="noarch" license="GPL" -depends="" +depends="python" depends_dev="python-dev" makedepends="$depends_dev" install="" |