svn commit: r555943 - head/net/py-cjdns

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 21 09:45:06 UTC 2020


Author: sunpoet
Date: Sat Nov 21 09:45:02 2020
New Revision: 555943
URL: https://svnweb.freebsd.org/changeset/ports/555943

Log:
  Update USES=python for py-prettytable 2.0.0 update

Modified:
  head/net/py-cjdns/Makefile

Modified: head/net/py-cjdns/Makefile
==============================================================================
--- head/net/py-cjdns/Makefile	Sat Nov 21 09:44:57 2020	(r555942)
+++ head/net/py-cjdns/Makefile	Sat Nov 21 09:45:02 2020	(r555943)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}prettytable>0:devel/py-prettytable@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list