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' # Template file for 'duplicity'
pkgname=duplicity pkgname=duplicity
version=0.7.13.1 version=0.7.13.1
revision=1 revision=2
build_style=python2-module build_style=python2-module
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel" makedepends="python-devel librsync-devel"
depends="python-lockfile" depends="python-fasteners"
pycompile_module="duplicity" pycompile_module="duplicity"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm" short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
homepage="http://duplicity.nongnu.org/" homepage="http://duplicity.nongnu.org/"