svn commit: r486902 - head/devel/py-qtconsole

Antoine Brodin antoine at FreeBSD.org
Fri Dec 7 23:42:39 UTC 2018


Author: antoine
Date: Fri Dec  7 23:42:38 2018
New Revision: 486902
URL: https://svnweb.freebsd.org/changeset/ports/486902

Log:
  Unbreak the ports tree

Modified:
  head/devel/py-qtconsole/Makefile

Modified: head/devel/py-qtconsole/Makefile
==============================================================================
--- head/devel/py-qtconsole/Makefile	Fri Dec  7 23:30:10 2018	(r486901)
+++ head/devel/py-qtconsole/Makefile	Fri Dec  7 23:42:38 2018	(r486902)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel
 		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR}
 
-USES=		pyqt:5 python
+USES=		pyqt:5 python:3.4+
 
 USE_PYQT=	core gui printsupport sip svg widgets
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list