mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
borgmatic: add python3-requests to depends
This commit is contained in:
parent
47ce42458b
commit
fdb036a9d6
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'borgmatic'
|
# Template file for 'borgmatic'
|
||||||
pkgname=borgmatic
|
pkgname=borgmatic
|
||||||
version=1.5.6
|
version=1.5.6
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
|
depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify
|
||||||
python3-colorama"
|
python3-colorama python3-requests"
|
||||||
checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
|
checkdepends="python3-ruamel.yaml python3-pytest python3-flexmock
|
||||||
python3-pykwalify"
|
python3-pykwalify"
|
||||||
short_desc="Wrapper script for the Borg backup software"
|
short_desc="Wrapper script for the Borg backup software"
|
||||||
|
|
Loading…
Add table
Reference in a new issue