diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-10-21 23:34:01 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 14:49:18 -0600 |
commit | aa0a17517c0f9c4a76fee6457b8ad415b35e362c (patch) | |
tree | 23d595466030866ba528b99b6f15b712661a2b4a /testing/fabric | |
parent | ce9bda50724c66cb330cdc140e2d2e23579b1862 (diff) | |
download | aports-aa0a17517c0f9c4a76fee6457b8ad415b35e362c.tar.bz2 aports-aa0a17517c0f9c4a76fee6457b8ad415b35e362c.tar.xz |
fabric - Deps updated
Diffstat (limited to 'testing/fabric')
-rw-r--r-- | testing/fabric/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fabric/APKBUILD b/testing/fabric/APKBUILD index 61f227001..5cb182fa7 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="" |