duplicity: depends on python-fasteners.
This commit is contained in:
parent
e0c0872cf2
commit
ed2b7a60ef
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||||
|
|
Loading…
Reference in a new issue