From ed2b7a60ef0202406d8e602ae566ae2aedcf2381 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 22 Jun 2017 11:55:38 +0200 Subject: [PATCH] duplicity: depends on python-fasteners. --- srcpkgs/duplicity/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 9201fe9c033..946aa6b5d24 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,11 +1,11 @@ # Template file for 'duplicity' pkgname=duplicity version=0.7.13.1 -revision=1 +revision=2 build_style=python2-module hostmakedepends="python-setuptools" makedepends="python-devel librsync-devel" -depends="python-lockfile" +depends="python-fasteners" pycompile_module="duplicity" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm" homepage="http://duplicity.nongnu.org/"