svn commit: r543259 - head/net/py-maxminddb

Olivier Cochard olivier at FreeBSD.org
Fri Jul 24 16:40:19 UTC 2020


Author: olivier
Date: Fri Jul 24 16:40:18 2020
New Revision: 543259
URL: https://svnweb.freebsd.org/changeset/ports/543259

Log:
  Add missing python version requirement
  
  Reported by:	pkg-fallout

Modified:
  head/net/py-maxminddb/Makefile

Modified: head/net/py-maxminddb/Makefile
==============================================================================
--- head/net/py-maxminddb/Makefile	Fri Jul 24 16:39:27 2020	(r543258)
+++ head/net/py-maxminddb/Makefile	Fri Jul 24 16:40:18 2020	(r543259)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
 RUN_DEPENDS=	${PY_IPADDRESS}
 
-USES=		compiler:c11 localbase python
+USES=		compiler:c11 localbase python:3.6+
 USE_GITHUB=	yes
 GH_ACCOUNT=	maxmind
 GH_PROJECT=	MaxMind-DB-Reader-python


More information about the svn-ports-all mailing list