Skip to content

Commit

Permalink
borg: depends on python3-packaging.
Browse files Browse the repository at this point in the history
Reported by dne.
  • Loading branch information
leahneukirchen committed Jul 28, 2021
1 parent 03a2752 commit 6a69889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/borg/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6a69889

Please sign in to comment.