obnam: fix pycompile_module.
This commit is contained in:
parent
c434814a29
commit
817454a10d
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'obnam'
|
# Template file for 'obnam'
|
||||||
pkgname=obnam
|
pkgname=obnam
|
||||||
version=1.8
|
version=1.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python-larch python-paramiko"
|
hostmakedepends="python-devel python-larch python-paramiko"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="python python-larch python-paramiko python-fuse"
|
depends="python python-larch python-paramiko python-fuse"
|
||||||
python_versions="2.7"
|
python_versions="2.7"
|
||||||
pycompile_module="obnam"
|
pycompile_module="obnamlib"
|
||||||
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>"
|
||||||
homepage="http://obnam.org"
|
homepage="http://obnam.org"
|
||||||
|
|
Loading…
Reference in New Issue