Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2020 22:53:19 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545465 - head/math/py-mip
Message-ID:  <202008192253.07JMrJjb025955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Wed Aug 19 22:53:18 2020
New Revision: 545465
URL: https://svnweb.freebsd.org/changeset/ports/545465

Log:
  math/py-mip: Add missing Python version requirement
  
  Requires Python 3.5+
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/math/py-mip/Makefile

Modified: head/math/py-mip/Makefile
==============================================================================
--- head/math/py-mip/Makefile	Wed Aug 19 22:47:31 2020	(r545464)
+++ head/math/py-mip/Makefile	Wed Aug 19 22:53:18 2020	(r545465)
@@ -14,7 +14,7 @@ LICENSE=	EPL
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes



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