diff dev/mercurial/mercurial.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 25cecc6dca48
children ddab65a5b3f5
line wrap: on
line diff
--- a/dev/mercurial/mercurial.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/dev/mercurial/mercurial.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv2+"
 PKGSUMMARY="scalable distributed SCM tool"
 PKGDOWNLOAD="https://www.mercurial-scm.org/release/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="python/python2 python/py-setuptools python/py-docutils"
+PKGDEPENDS="python2 py-setuptools py-docutils"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}