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"