duplicity: specify all python3 hostmakedepends

This commit is contained in:
Andrew J. Hesford 2021-01-28 14:48:20 -05:00
parent f9d958ab6d
commit ae9314c39a

View file

@ -1,9 +1,9 @@
# Template file for 'duplicity'
pkgname=duplicity
version=0.8.18
revision=1
revision=2
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
hostmakedepends="gettext python3-setuptools_scm"
makedepends="python3-devel librsync-devel"
depends="python3-fasteners gnupg python3-future python3-urllib3"
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"