svn commit: r491695 - head/devel/py-minio

Mathieu Arnold mat at FreeBSD.org
Thu Jan 31 07:55:10 UTC 2019


Author: mat
Date: Thu Jan 31 07:55:08 2019
New Revision: 491695
URL: https://svnweb.freebsd.org/changeset/ports/491695

Log:
  Remove useless Python version restriction.

Modified:
  head/devel/py-minio/Makefile   (contents, props changed)

Modified: head/devel/py-minio/Makefile
==============================================================================
--- head/devel/py-minio/Makefile	Thu Jan 31 07:46:46 2019	(r491694)
+++ head/devel/py-minio/Makefile	Thu Jan 31 07:55:08 2019	(r491695)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:securit
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
 
-USES=		python:2.7+
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list