borg: need python3.4-setuptools at runtime.

This commit is contained in:
Christian Neukirchen 2016-06-21 13:22:57 +02:00
parent 8c96211191
commit e47e425fe0

View file

@ -1,13 +1,13 @@
# Template file for 'borg' # Template file for 'borg'
pkgname=borg pkgname=borg
version=1.0.3 version=1.0.3
revision=1 revision=2
wrksrc="borgbackup-$version" wrksrc="borgbackup-$version"
build_style=python-module build_style=python-module
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel
python3.4-Sphinx python3.4-sphinx_rtd_theme" python3.4-Sphinx python3.4-sphinx_rtd_theme"
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel lz4-devel" 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" python_versions="3.4"
pycompile_version="3.4" pycompile_version="3.4"
pycompile_module="borg" pycompile_module="borg"