duplicity: depends on python-fasteners.

This commit is contained in:
Leah Neukirchen 2017-06-22 11:55:38 +02:00
parent e0c0872cf2
commit ed2b7a60ef

View file

@ -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/"