[Bug 238267] sysutils/py-google-compute-engine not correctly defaulting to using python 2.7.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 31 18:49:26 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238267

--- Comment #1 from Larry Rosenman <ler at FreeBSD.org> ---
I think(!) this will do it, I'm running a poudriere testport.
Index: Makefile
===================================================================
--- Makefile    (revision 503186)
+++ Makefile    (working copy)
@@ -21,7 +21,7 @@
 RUN_DEPENDS+=  ${PYTHON_PKGNAMEPREFIX}distro>0:sysutils/py-distro@${PY_FLAVOR}
 .endif

-USES=          python shebangfix
+USES=          python:2.7 shebangfix
 USE_PYTHON=    autoplist concurrent distutils

 WRKSRC_SUBDIR= packages/python-google-compute-engine
⌂91% [ler at borg.lerctr.org:~/FreeBSD … py-google-compute-engine] ports(1) ‡

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list