borgmatic: add python3-requests to depends
This commit is contained in:
parent
47ce42458b
commit
fdb036a9d6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue