From ab59794243fa5ecea28ce816caf360ce2f8f0d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 12 May 2020 22:51:18 +0200 Subject: [PATCH] obnam: fix cross build --- srcpkgs/obnam/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/obnam/template b/srcpkgs/obnam/template index 2703442cec..5ff8bb65e9 100644 --- a/srcpkgs/obnam/template +++ b/srcpkgs/obnam/template @@ -3,8 +3,9 @@ pkgname=obnam version=1.22 revision=1 build_style=python2-module -hostmakedepends="$makedepends python-yaml mdocml ncurses-term" -makedepends="python-devel python-larch python-paramiko" +hostmakedepends="python-yaml mdocml ncurses-term" +makedepends="python-devel python-cliapp python-larch python-paramiko + python-tracing" depends="python python-larch python-paramiko python-fuse python-yaml" short_desc="Backup program that supports encryption and deduplication" maintainer="Eivind Uggedal " @@ -13,4 +14,5 @@ homepage="http://obnam.org" distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz" checksum=7d584615015724b1aad72c874b8ffff682ed79e57b58136bfd68b6cb965e6a7c +hostmakedepends+=" $makedepends" export TERM=vt100