Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2017 15:28:52 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453624 - head/sysutils/uefi-edk2-bhyve
Message-ID:  <201711061528.vA6FSqZ8036983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Mon Nov  6 15:28:51 2017
New Revision: 453624
URL: https://svnweb.freebsd.org/changeset/ports/453624

Log:
  sysutils/uefi-edk2-bhyve: stick to python2.7
  
  Restrict python dependency to 2.7 as it fails to build with 3.x
  
  PR:		223357
  Submitted by:	Charlie Li
  Approved by:	just-fix-it-blanket

Modified:
  head/sysutils/uefi-edk2-bhyve/Makefile

Modified: head/sysutils/uefi-edk2-bhyve/Makefile
==============================================================================
--- head/sysutils/uefi-edk2-bhyve/Makefile	Mon Nov  6 15:21:36 2017	(r453623)
+++ head/sysutils/uefi-edk2-bhyve/Makefile	Mon Nov  6 15:28:51 2017	(r453624)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	bash:shells/bash \
 		${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3
 
 USES=		gmake \
-		python:build
+		python:2.7,build
 USE_GCC=	4.8
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd



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