obnam: fix cross build
This commit is contained in:
parent
002b42e7f0
commit
ab59794243
1 changed files with 4 additions and 2 deletions
|
@ -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 <eivind@uggedal.com>"
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue