diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 12:56:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 13:03:42 +0000 |
commit | cb8a398421d7648bf608d182b9ff631332fc3541 (patch) | |
tree | 7e14397f23ac285ab9cdaa2c4f050331f937d1ea /testing | |
parent | fa25f97ea33d497c14b70297edfb95207bb56fea (diff) | |
download | aports-cb8a398421d7648bf608d182b9ff631332fc3541.tar.bz2 aports-cb8a398421d7648bf608d182b9ff631332fc3541.tar.xz |
testing/pysysbot: build fix. needs py-setuptools
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pysysbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pysysbot/APKBUILD b/testing/pysysbot/APKBUILD index 173a7f9c1b..0fe0acb34b 100644 --- a/testing/pysysbot/APKBUILD +++ b/testing/pysysbot/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="BSD" depends="python" depends_dev="" -makedepends="python-dev py-psutil py-jabberbot" +makedepends="python-dev py-psutil py-jabberbot py-setuptools" install="" subpackages="" source="http://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" |