diff options
author | joerg <joerg> | 2013-05-22 14:31:48 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-05-22 14:31:48 +0000 |
commit | f88af2dfa6008c1ebce58544ceebdefbb2e8462f (patch) | |
tree | 3fe3a49f0df1ab9bde2b3d4beca86fa33fd0a547 | |
parent | 62319eaa921463af8e90e342721976a8c89565cd (diff) | |
download | pkgsrc-f88af2dfa6008c1ebce58544ceebdefbb2e8462f.tar.gz |
Do not mark as incompatible with Python 3.x as moneyguru needs it.
Should be fixed properly.
-rw-r--r-- | textproc/py-jinja2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/py-jinja2/Makefile b/textproc/py-jinja2/Makefile index 0f11e309230..6c5076c2026 100644 --- a/textproc/py-jinja2/Makefile +++ b/textproc/py-jinja2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/05/21 19:51:22 kleink Exp $ +# $NetBSD: Makefile,v 1.9 2013/05/22 14:31:48 joerg Exp $ DISTNAME= Jinja2-2.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -13,7 +13,6 @@ LICENSE= modified-bsd USE_LANGUAGES= #none PYTHON_VERSIONS_INCLUDE_3X= yes -PYTHON_VERSIONS_INCOMPATIBLE= 31 32 DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe |