From 6372506a5f8017b42555f4b3f6920012140868d9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 6 Jun 2018 18:18:53 +0200 Subject: [PATCH] duplicity: python-b2 -> backblaze-b2 Note: duplicity supports many optional protocols (including backblaze-b2), so it's not an hard dependency. --- srcpkgs/duplicity/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 32e9f564ca..a30ee7cc2b 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -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/"