py-flask-session: mark as not for python 2
This commit is contained in:
parent
d8082d23bc
commit
090090fd84
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/09/01 11:39:51 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2022/09/01 17:15:49 wiz Exp $
|
||||
|
||||
DISTNAME= Flask-Session-0.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -15,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-cachelib-[0-9]*:../../devel/py-cachelib
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue