Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2018 08:05:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474559 - head/net/mininet
Message-ID:  <201807130805.w6D85wpm021593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 13 08:05:58 2018
New Revision: 474559
URL: https://svnweb.freebsd.org/changeset/ports/474559

Log:
  mininet is not compatible with python3

Modified:
  head/net/mininet/Makefile

Modified: head/net/mininet/Makefile
==============================================================================
--- head/net/mininet/Makefile	Fri Jul 13 07:02:16 2018	(r474558)
+++ head/net/mininet/Makefile	Fri Jul 13 08:05:58 2018	(r474559)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	iperf>=0:benchmarks/iperf \
 		socat>=0:net/socat \
 		bash:shells/bash
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils
 
 USE_GITHUB=	yes



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