borg: depends on python3-packaging.

Reported by dne.
This commit is contained in:
Leah Neukirchen 2021-07-28 15:49:21 +02:00
parent 03a2752a8e
commit 6a698895d5

View file

@ -1,12 +1,12 @@
# Template file for 'borg'
pkgname=borg
version=1.1.17
revision=1
revision=2
wrksrc="borgbackup-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-devel openssl-devel"
makedepends="${hostmakedepends/python3-setuptools/} acl-devel liblz4-devel libzstd-devel"
depends="python3-llfuse python3-setuptools"
depends="python3-llfuse python3-setuptools python3-packaging"
short_desc="Deduplicating backup program with compression and encryption"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"