diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-10-24 19:56:57 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 14:49:18 -0600 |
commit | 7aa2372c800f3834820cd703027c114bd29a0828 (patch) | |
tree | d1de24d00b4f2703ce1b76c58140437daad4fec0 /testing/py-paramiko | |
parent | 632de8793c3aea6a3c80dcc44aa42b6c690f5138 (diff) | |
download | aports-7aa2372c800f3834820cd703027c114bd29a0828.tar.bz2 aports-7aa2372c800f3834820cd703027c114bd29a0828.tar.xz |
py-paramiko - Recommit
Diffstat (limited to 'testing/py-paramiko')
-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 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" |