mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python3-pyinfra: Add missing runtime dep
This commit is contained in:
parent
84df9b287a
commit
751648b779
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-pyinfra'
|
# Template file for 'python3-pyinfra'
|
||||||
pkgname=python3-pyinfra
|
pkgname=python3-pyinfra
|
||||||
version=1.3.3
|
version=1.3.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pyinfra-${version}"
|
wrksrc="pyinfra-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
|
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
|
||||||
python3-docopt python3-gevent python3-paramiko python3-pywinrm python3-six
|
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
|
||||||
python3-yaml"
|
python3-six python3-yaml"
|
||||||
short_desc="Automate infrastructure super fast at massive scale"
|
short_desc="Automate infrastructure super fast at massive scale"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue