svn commit: r453624 - head/sysutils/uefi-edk2-bhyve

Roman Bogorodskiy novel at FreeBSD.org
Mon Nov 6 15:28:53 UTC 2017


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


More information about the svn-ports-head mailing list