pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

yosys: depend on mercurial because we don't care about the exact python version



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Nov 5 17:18:33 2020 +0100
Changeset:	eeaf2d2c5320eeffc05ffbcde892d20ac84a1657

Modified Files:
	yosys/Makefile

Log Message:
yosys: depend on mercurial because we don't care about the exact python version

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eeaf2d2c5320eeffc05ffbcde892d20ac84a1657

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 yosys/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/yosys/Makefile b/yosys/Makefile
index e27eb94672..d5b6a2242c 100644
--- a/yosys/Makefile
+++ b/yosys/Makefile
@@ -14,7 +14,7 @@ USE_LANGUAGES+=			c c++
 USE_TOOLS+=			gmake pkg-config bison gawk flex
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 PKGCONFIG_CONFIG=		${PKG_CONFIG:Q}
-DEPENDS+=			py27-mercurial-[0-9]*:../../devel/py-mercurial
+DEPENDS+=			mercurial-[0-9]*:../../devel/mercurial
 
 WRKSRC=			${WRKDIR}/yosys-${GITHUB_TAG}
 


Home | Main Index | Thread Index | Old Index