obnam: fix cross build
This commit is contained in:
@@ -3,8 +3,9 @@ pkgname=obnam
|
|||||||
version=1.22
|
version=1.22
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="$makedepends python-yaml mdocml ncurses-term"
|
hostmakedepends="python-yaml mdocml ncurses-term"
|
||||||
makedepends="python-devel python-larch python-paramiko"
|
makedepends="python-devel python-cliapp python-larch python-paramiko
|
||||||
|
python-tracing"
|
||||||
depends="python python-larch python-paramiko python-fuse python-yaml"
|
depends="python python-larch python-paramiko python-fuse python-yaml"
|
||||||
short_desc="Backup program that supports encryption and deduplication"
|
short_desc="Backup program that supports encryption and deduplication"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
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"
|
distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
||||||
checksum=7d584615015724b1aad72c874b8ffff682ed79e57b58136bfd68b6cb965e6a7c
|
checksum=7d584615015724b1aad72c874b8ffff682ed79e57b58136bfd68b6cb965e6a7c
|
||||||
|
|
||||||
|
hostmakedepends+=" $makedepends"
|
||||||
export TERM=vt100
|
export TERM=vt100
|
||||||
|
|||||||
Reference in New Issue
Block a user