mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
rdiff-backup: specify all python3 hostmakedepends
This commit is contained in:
parent
dbf0ed3be0
commit
faf8c29561
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'rdiff-backup'
|
||||
pkgname=rdiff-backup
|
||||
version=2.0.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
makedepends="python3-devel librsync-devel"
|
||||
depends="python3 python3-pyxattr"
|
||||
depends="python3-pyxattr"
|
||||
short_desc="Local/remote mirroring and incremental backups"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue