borgmatic: add python3-requests to depends

This commit is contained in:
D-Nice 2020-06-07 15:15:26 -04:00 committed by Helmut Pozimski
parent 47ce42458b
commit fdb036a9d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'borgmatic'
pkgname=borgmatic
version=1.5.6
revision=1
revision=2
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
python3-colorama"
python3-colorama python3-requests"
checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
python3-pykwalify"
short_desc="Wrapper script for the Borg backup software"