duplicity: drop backblaze-b2 as hard dependency
- it's a optional dependency - can be switched to using python3 at later time
This commit is contained in:
parent
5cd76178c9
commit
bf168dd6f6
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.7.18.1
|
||||
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 backblaze-b2"
|
||||
depends="python-fasteners"
|
||||
pycompile_module="duplicity"
|
||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
|
|
Loading…
Reference in New Issue