Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 06:33:58 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502085 - head/sysutils/py-filelock
Message-ID:  <201905200633.x4K6XwwO008183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905200633.x4K6XwwO008183>