From 817454a10d3c88a1df6ea59b711e6340b8897041 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 16 Aug 2014 17:52:05 +0200 Subject: [PATCH] obnam: fix pycompile_module. --- srcpkgs/obnam/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/obnam/template b/srcpkgs/obnam/template index 750a9880f4a..59da92295da 100644 --- a/srcpkgs/obnam/template +++ b/srcpkgs/obnam/template @@ -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 " homepage="http://obnam.org"