[Bug 237795] devel/gobject-introspection: "needs Python 3.x at least, but 2.7 was specified"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 28 23:36:46 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237795
--- Comment #18 from Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> ---
python.mk:
457 # Pass PYTHON_VERSION down the dependency chain. This ensures that
458 # port A -> B -> C all will use the same python version and do not
459 # try to find a different one, if the passed version fits into
460 # the supported version range.
461 PYTHON_VERSION?= python${_PYTHON_VERSION}
462 .if !defined(PYTHON_NO_DEPENDS) && \
463 ${PYTHON_VERSION} != python${PYTHON_DEFAULT}
464 DEPENDS_ARGS+= PYTHON_VERSION=${PYTHON_VERSION}
465 .endif
....that is the cause...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list