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

This commit is contained in:
Thomas Klausner 2020-11-05 17:18:33 +01:00
parent 6a203d8f49
commit eeaf2d2c53
1 changed files with 1 additions and 1 deletions

View File

@ -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}