From e9220173c7856e1eccd1a503b31c627e8524f797 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 09:53:47 +0200 Subject: [PATCH] mercurial: switch to python2-module --- srcpkgs/mercurial/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 385360ac60d..e12f3150658 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -2,7 +2,7 @@ pkgname=mercurial version=3.9.2 revision=1 -build_style=python-module +build_style=python2-module hostmakedepends="python-devel" makedepends="python-devel" depends="ca-certificates"