obnam: fix pycompile_module.

This commit is contained in:
Juan RP 2014-08-16 17:52:05 +02:00
parent c434814a29
commit 817454a10d
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'obnam'
pkgname=obnam
version=1.8
revision=1
revision=2
build_style=python-module
hostmakedepends="python-devel python-larch python-paramiko"
makedepends="${hostmakedepends}"
depends="python python-larch python-paramiko python-fuse"
python_versions="2.7"
pycompile_module="obnam"
pycompile_module="obnamlib"
short_desc="Backup program that supports encryption and deduplication"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
homepage="http://obnam.org"