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'
|
# Template file for 'python-paramiko'
|
||||||
pkgname=python-paramiko
|
pkgname=python-paramiko
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch="yes"
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python-devel python-ecdsa python-crypto"
|
||||||
makedepends="python-devel python-ecdsa pycrypto"
|
makedepends="${hostmakedepends}"
|
||||||
noarch="yes"
|
depends="${makedepends/python-devel/}"
|
||||||
pycompile_module="paramiko"
|
pycompile_module="paramiko"
|
||||||
depends="python python-ecdsa pycrypto"
|
|
||||||
short_desc="Python module that implements the SSH2 protocol"
|
short_desc="Python module that implements the SSH2 protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://github.com/paramiko/paramiko"
|
homepage="https://github.com/paramiko/paramiko"
|
||||||
|
|
Loading…
Reference in a new issue