summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2011-10-24 19:56:57 +0000
committerFabian Affolter <mail@fabian-affolter.ch>2011-11-27 19:50:09 +0100
commitee89de740fa04565db5f59cc14e1c608ffbc3bd5 (patch)
tree4f1371cd752573783f18e28f2cf0b64fa84f6cef /testing
parent43e8c340397f4382c252f8402fd25fc9a03021e0 (diff)
downloadaports-ee89de740fa04565db5f59cc14e1c608ffbc3bd5.tar.bz2
aports-ee89de740fa04565db5f59cc14e1c608ffbc3bd5.tar.xz
py-paramiko - Recommit
Diffstat (limited to 'testing')
-rw-r--r--testing/py-paramiko/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-paramiko/APKBUILD b/testing/py-paramiko/APKBUILD
index c7f8be7f9..c09e6f2e1 100644
--- a/testing/py-paramiko/APKBUILD
+++ b/testing/py-paramiko/APKBUILD
@@ -8,9 +8,9 @@ pkgdesc="SSH2 protocol library for Python"
url="http://www.lag.net/paramiko/"
arch="noarch"
license="LGPL2+"
-depends=""
+depends="py-crypto"
depends_dev=""
-makedepends="py-crypto python-dev"
+makedepends="python-dev"
install=""
subpackages="$pkgname-demos $pkgname-docs"
source="http://www.lag.net/paramiko/download/$_pkgname-$pkgver.tar.gz"