svn commit: r442850 - head/misc/py3-pexpect

Ben Woods woodsb02 at FreeBSD.org
Wed Jun 7 15:45:10 UTC 2017


Author: woodsb02
Date: Wed Jun  7 15:45:09 2017
New Revision: 442850
URL: https://svnweb.freebsd.org/changeset/ports/442850

Log:
  misc/py3-pexpect: Correct supported versions of python3

Modified:
  head/misc/py3-pexpect/Makefile

Modified: head/misc/py3-pexpect/Makefile
==============================================================================
--- head/misc/py3-pexpect/Makefile	Wed Jun  7 15:43:29 2017	(r442849)
+++ head/misc/py3-pexpect/Makefile	Wed Jun  7 15:45:09 2017	(r442850)
@@ -5,6 +5,6 @@ MASTERDIR=	${.CURDIR}/../py-pexpect
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py3-ptyprocess
 
-USES=	python:3.3+
+USES=	python:3.2+
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list