From 84099e5dcb3f00b5060778aad19a45d1d1f633ed Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 7 Apr 2020 23:59:35 +0200 Subject: [PATCH] mercurial: depend on python3. --- srcpkgs/mercurial/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 2a8d1c3110d..14d1d500272 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,11 +1,11 @@ # Template file for 'mercurial' pkgname=mercurial version=5.3.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel" makedepends="python3-devel" -depends="ca-certificates" +depends="python3 ca-certificates" short_desc="Fast, lightweight source control management system" maintainer="Orphaned " license="GPL-2.0-or-later"