From c546732bc6418892323dadff79aaaf6286a6b8e9 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sun, 11 Feb 2018 02:15:22 +0100 Subject: [PATCH] duplicity: add b2 dep --- srcpkgs/duplicity/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 16559f06183..cbe6c3c2e7f 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -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/"