Alexander Pyhalov
2021-09-02 fd16f5e6f2d288e6b0418f348c53630c7692a3e3
14048 borg is missing dependency

2 files modified
6 ■■■■ changed files
components/sysutils/borgbackup/Makefile 2 ●●● patch | view | raw | blame | history
components/sysutils/borgbackup/borg-PYVER.p5m 4 ●●●● patch | view | raw | blame | history
components/sysutils/borgbackup/Makefile
@@ -20,7 +20,7 @@
COMPONENT_NAME=            borgbackup
COMPONENT_VERSION=        1.1.17
COMPONENT_REVISION=        1
COMPONENT_REVISION=        2
COMPONENT_PROJECT_URL=    https://borgbackup.readthedocs.org/en/stable/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
components/sysutils/borgbackup/borg-PYVER.p5m
@@ -34,6 +34,10 @@
depend type=require \
    fmri=$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
# pkgdepend fails to detect this
depend type=require \
    fmri=library/python/packaging-$(PYV)
file path=usr/bin/borg-$(PYVER)
# Not mediated because we ship the default only
link path=usr/bin/borg target=borg-$(PYVER)