termtosvg: not for Python 2.7
This commit is contained in:
parent
46a4e6675d
commit
d998f1ebed
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2022/06/30 11:18:29 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2022/07/05 10:16:50 adam Exp $
|
||||
|
||||
DISTNAME= termtosvg-1.1.0
|
||||
PKGREVISION= 3
|
||||
|
@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-pyte-[0-9]*:../../devel/py-pyte
|
|||
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
|
||||
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pyte
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue