summaryrefslogtreecommitdiffstats
path: root/testing/fabric
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2011-10-21 23:34:01 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2011-12-03 14:49:18 -0600
commitaa0a17517c0f9c4a76fee6457b8ad415b35e362c (patch)
tree23d595466030866ba528b99b6f15b712661a2b4a /testing/fabric
parentce9bda50724c66cb330cdc140e2d2e23579b1862 (diff)
fabric - Deps updated
Diffstat (limited to 'testing/fabric')
-rw-r--r--testing/fabric/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fabric/APKBUILD b/testing/fabric/APKBUILD
index 61f227001ac..5cb182fa717 100644
--- a/testing/fabric/APKBUILD
+++ b/testing/fabric/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A simple pythonic remote deployment tool"
url="http://www.fabfile.org"
arch="noarch"
license="BSD"
-depends="py-paramiko"
+depends="py-paramiko py-crypto py-setuptools"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""