From e47e425fe033e4fcf3e267de48040cfb14218fb7 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 21 Jun 2016 13:22:57 +0200 Subject: [PATCH] borg: need python3.4-setuptools at runtime. --- srcpkgs/borg/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template index 9ea72c3c84..afe0da3046 100644 --- a/srcpkgs/borg/template +++ b/srcpkgs/borg/template @@ -1,13 +1,13 @@ # Template file for 'borg' pkgname=borg version=1.0.3 -revision=1 +revision=2 wrksrc="borgbackup-$version" build_style=python-module hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx python3.4-sphinx_rtd_theme" makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel lz4-devel" -depends="python3.4-msgpack python3.4-llfuse" +depends="python3.4-llfuse python3.4-msgpack python3.4-setuptools" python_versions="3.4" pycompile_version="3.4" pycompile_module="borg"