py-maxminddb: python 3.x only
This commit is contained in:
parent
f53d531c8b
commit
656052c0fc
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2022/08/24 11:07:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2022/08/24 11:09:33 wiz Exp $
|
||||
|
||||
DISTNAME= maxminddb-2.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -12,6 +12,8 @@ LICENSE= apache-2.0
|
|||
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../geography/libmaxminddb/buildlink3.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue