diff options
Diffstat (limited to 'textproc/py-junit-xml')
-rw-r--r-- | textproc/py-junit-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-junit-xml/Makefile b/textproc/py-junit-xml/Makefile index cc31cabdbffd..ea28a73e19b9 100644 --- a/textproc/py-junit-xml/Makefile +++ b/textproc/py-junit-xml/Makefile @@ -12,7 +12,7 @@ COMMENT= Creates JUnit XML documents used by tools such as Jenkins LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |