1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

misc/py3-pexpect: Correct supported versions of python3

This commit is contained in:
Ben Woods 2017-06-07 15:45:09 +00:00
parent ac61d6ebeb
commit 3f5eded358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442850

View File

@ -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"