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:
Alessio Sergi 2018-09-01 01:18:23 +02:00
parent 5cd76178c9
commit bf168dd6f6

View file

@ -1,12 +1,12 @@
# Template file for 'duplicity' # Template file for 'duplicity'
pkgname=duplicity pkgname=duplicity
version=0.7.18.1 version=0.7.18.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"
checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline" checkdepends="python-pexpect python-mock python-fasteners gnupg par2cmdline"
depends="python-fasteners backblaze-b2" 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/"