mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-paramiko: add missing dependency
This commit is contained in:
parent
b623e0ad4b
commit
9c0dfd684d
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'python3-paramiko'
|
||||
pkgname=python3-paramiko
|
||||
version=2.11.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue