duplicity: add b2 dep

This commit is contained in:
Andrea Brancaleoni 2018-02-11 02:15:22 +01:00
parent d06eb0af55
commit c546732bc6
1 changed files with 2 additions and 2 deletions

View File

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