From a1c17187950b1bdf919d39026f80d327414f894e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Jun 2014 16:18:58 +0200 Subject: [PATCH] python-paramiko: pycrypto -> python-crypto. --- srcpkgs/python-paramiko/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template index fa13c436398..3a5b12db43e 100644 --- a/srcpkgs/python-paramiko/template +++ b/srcpkgs/python-paramiko/template @@ -1,14 +1,14 @@ # Template file for 'python-paramiko' pkgname=python-paramiko version=1.12.0 -revision=1 +revision=2 +noarch="yes" wrksrc="${pkgname/python-/}-${version}" build_style=python-module -hostmakedepends="python" -makedepends="python-devel python-ecdsa pycrypto" -noarch="yes" +hostmakedepends="python-devel python-ecdsa python-crypto" +makedepends="${hostmakedepends}" +depends="${makedepends/python-devel/}" pycompile_module="paramiko" -depends="python python-ecdsa pycrypto" short_desc="Python module that implements the SSH2 protocol" maintainer="Juan RP " homepage="https://github.com/paramiko/paramiko"