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'
pkgname=duplicity
version=0.7.16
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"
depends="python-fasteners python-b2"
pycompile_module="duplicity"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/"