python3-paramiko: add missing dependency

This commit is contained in:
Alan Barros de Oliveira 2023-02-05 01:21:23 -03:00 committed by Michal Vasilek
parent b623e0ad4b
commit 9c0dfd684d

View file

@ -1,10 +1,11 @@
# Template file for 'python3-paramiko' # Template file for 'python3-paramiko'
pkgname=python3-paramiko pkgname=python3-paramiko
version=2.11.0 version=2.11.0
revision=2 revision=3
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl" depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl
python3-six"
short_desc="Python3 SSH2 protocol library" short_desc="Python3 SSH2 protocol library"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"