aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-filelock
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-20 06:33:58 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-20 06:33:58 +0000
commitf6fe77907f29e4199d1cd543fb050876adc29bf0 (patch)
tree1cf91f00dcb329d1e2824cb4f3901d464a100556 /sysutils/py-filelock
parent49cbc2473763a149c502a69b41ef66222c3962d7 (diff)
downloadports-f6fe77907f29e4199d1cd543fb050876adc29bf0.tar.gz
ports-f6fe77907f29e4199d1cd543fb050876adc29bf0.zip
sysutils/py-filelock: Fails with python-27
Reported by: antoine
Notes
Notes: svn path=/head/; revision=502085
Diffstat (limited to 'sysutils/py-filelock')
-rw-r--r--sysutils/py-filelock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile
index 00a52ed77355..26bf72c4d8de 100644
--- a/sysutils/py-filelock/Makefile
+++ b/sysutils/py-filelock/Makefile
@@ -12,7 +12,7 @@ COMMENT= Platform independent file lock
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python
+USES= python:3.6+ # fails on 27: https://github.com/benediktschmitt/py-filelock/issues/53
USE_PYTHON= autoplist distutils
NO_ARCH= yes