From 751648b77953bd1827af4163878c610c876b5e58 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 8 Dec 2020 16:44:50 -0600 Subject: [PATCH] python3-pyinfra: Add missing runtime dep --- srcpkgs/python3-pyinfra/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template index da7abbf01fc..5eb2c77c2c0 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -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 " license="MIT"