duplicity: python-b2 -> backblaze-b2

Note: duplicity supports many optional protocols (including
backblaze-b2), so it's not an hard dependency.
This commit is contained in:
Alessio Sergi 2018-06-06 18:18:53 +02:00
parent 23b1213acb
commit 6372506a5f

View file

@ -1,12 +1,12 @@
# Template file for 'duplicity'
pkgname=duplicity
version=0.7.17
revision=1
revision=2
build_style=python2-module
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
depends="python-fasteners python-b2"
depends="python-fasteners backblaze-b2"
pycompile_module="duplicity"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/"