diff options
-rw-r--r-- | testing/py-paramiko/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-paramiko/APKBUILD b/testing/py-paramiko/APKBUILD index c7f8be7f9b..c09e6f2e14 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" |