mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
borg: need python3.4-setuptools at runtime.
This commit is contained in:
parent
8c96211191
commit
e47e425fe0
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue