From 84224e77c83991a4cf0e447baee87aefd531aa65 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 18 Oct 2016 11:25:11 +0200 Subject: [PATCH] duplicity: switch to python2-module --- srcpkgs/duplicity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 347be863903..91022fe40ce 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -2,7 +2,7 @@ pkgname=duplicity version=0.7.10 revision=1 -build_style="python-module" +build_style=python2-module hostmakedepends="python-setuptools" makedepends="python-devel librsync-devel" depends="python-lockfile"