svn commit: r545465 - head/math/py-mip

Danilo G. Baio dbaio at FreeBSD.org
Wed Aug 19 22:53:19 UTC 2020


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


More information about the svn-ports-all mailing list