svn commit: r556845 - head/textproc/lookatme

Antoine Brodin antoine at FreeBSD.org
Wed Dec 2 18:44:58 UTC 2020


Author: antoine
Date: Wed Dec  2 18:44:57 2020
New Revision: 556845
URL: https://svnweb.freebsd.org/changeset/ports/556845

Log:
  Unbreak bulk -a

Modified:
  head/textproc/lookatme/Makefile

Modified: head/textproc/lookatme/Makefile
==============================================================================
--- head/textproc/lookatme/Makefile	Wed Dec  2 18:43:35 2020	(r556844)
+++ head/textproc/lookatme/Makefile	Wed Dec  2 18:44:57 2020	(r556845)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}marshmallow>=0:dev
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list