python3-pyinfra: Add missing runtime dep

This commit is contained in:
Nathan Owens 2020-12-08 16:44:50 -06:00 committed by Leah Neukirchen
parent 84df9b287a
commit 751648b779

View file

@ -1,13 +1,13 @@
# Template file for 'python3-pyinfra'
pkgname=python3-pyinfra
version=1.3.3
revision=1
revision=2
wrksrc="pyinfra-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
python3-docopt python3-gevent python3-paramiko python3-pywinrm python3-six
python3-yaml"
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
python3-six python3-yaml"
short_desc="Automate infrastructure super fast at massive scale"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"