svn commit: r502085 - head/sysutils/py-filelock
Yuri Victorovich
yuri at FreeBSD.org
Mon May 20 06:33:59 UTC 2019
Author: yuri
Date: Mon May 20 06:33:58 2019
New Revision: 502085
URL: https://svnweb.freebsd.org/changeset/ports/502085
Log:
sysutils/py-filelock: Fails with python-27
Reported by: antoine
Modified:
head/sysutils/py-filelock/Makefile
Modified: head/sysutils/py-filelock/Makefile
==============================================================================
--- head/sysutils/py-filelock/Makefile Mon May 20 06:26:12 2019 (r502084)
+++ head/sysutils/py-filelock/Makefile Mon May 20 06:33:58 2019 (r502085)
@@ -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
More information about the svn-ports-all
mailing list