svn commit: r526285 - head/graphics/py-willow

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 16 18:01:33 UTC 2020


Author: sunpoet
Date: Sun Feb 16 18:01:32 2020
New Revision: 526285
URL: https://svnweb.freebsd.org/changeset/ports/526285

Log:
  Use the same python version as py-wagtail (the only consumer)

Modified:
  head/graphics/py-willow/Makefile

Modified: head/graphics/py-willow/Makefile
==============================================================================
--- head/graphics/py-willow/Makefile	Sun Feb 16 18:01:28 2020	(r526284)
+++ head/graphics/py-willow/Makefile	Sun Feb 16 18:01:32 2020	(r526285)
@@ -14,7 +14,7 @@ COMMENT=	Wrapper that combines multiple Python image l
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list