python-paramiko: pycrypto -> python-crypto.
This commit is contained in:
parent
f018a8c9b3
commit
a1c1718795
1 changed files with 5 additions and 5 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
homepage="https://github.com/paramiko/paramiko"
|
||||
|
|
Loading…
Reference in a new issue