1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

devel/py-pytest-runner: In USES, any python will do, not only 2

PR:		203248
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
Approved by:	wg
This commit is contained in:
Kurt Jaeger 2015-09-22 05:28:18 +00:00
parent 4dd29f9c7e
commit 6ce8f9ea17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397529

View File

@ -12,7 +12,7 @@ COMMENT= Test support for pytest runner in setup.py
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:${PORTSDIR}/devel/py-hgtools
USES= python:2 zip
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>