Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 18:01:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526285 - head/graphics/py-willow
Message-ID:  <202002161801.01GI1XS4005359@repo.freebsd.org>

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



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