Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 16:40:18 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543259 - head/net/py-maxminddb
Message-ID:  <202007241640.06OGeIOe040930@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007241640.06OGeIOe040930>