mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
borg: depends on python3-packaging.
Reported by dne.
This commit is contained in:
parent
03a2752a8e
commit
6a698895d5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue