svn commit: r569139 - head/devel/py-us

Neel Chauhan nc at FreeBSD.org
Wed Mar 24 16:06:57 UTC 2021


Author: nc
Date: Wed Mar 24 16:06:57 2021
New Revision: 569139
URL: https://svnweb.freebsd.org/changeset/ports/569139

Log:
  devel/py-us: Support python 3.6+ and not just 3.7+

Modified:
  head/devel/py-us/Makefile

Modified: head/devel/py-us/Makefile
==============================================================================
--- head/devel/py-us/Makefile	Wed Mar 24 16:04:00 2021	(r569138)
+++ head/devel/py-us/Makefile	Wed Mar 24 16:06:57 2021	(r569139)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jellyfish>=0:devel/py-jellyfish@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list