svn commit: r542059 - head/databases/py-litecli

Antoine Brodin antoine at FreeBSD.org
Sat Jul 11 21:58:17 UTC 2020


Author: antoine
Date: Sat Jul 11 21:58:16 2020
New Revision: 542059
URL: https://svnweb.freebsd.org/changeset/ports/542059

Log:
  Unbreak bulk -a

Modified:
  head/databases/py-litecli/Makefile

Modified: head/databases/py-litecli/Makefile
==============================================================================
--- head/databases/py-litecli/Makefile	Sat Jul 11 21:37:46 2020	(r542058)
+++ head/databases/py-litecli/Makefile	Sat Jul 11 21:58:16 2020	(r542059)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1
 		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list