Skip to content
Snippets Groups Projects
Commit 7c194bc2 authored by Christoph Moench-Tegeder's avatar Christoph Moench-Tegeder
Browse files

Mk/bsd.gecko.mk: cap python build dependency at 3.10

reportedly, python 3.11 trips over it's own feet here

PR:				267531
Submitted by:	amdmi3
parent 69bd00e0
No related branches found
Tags v3.0.2
No related merge requests found
......@@ -61,7 +61,7 @@ MOZILLA_VER?= ${PORTVERSION}
MOZILLA_BIN?= ${PORTNAME}-bin
MOZILLA_EXEC_NAME?=${MOZILLA}
USES+= compiler:c++17-lang cpe gl gmake gnome iconv localbase perl5 pkgconfig \
python:3.6+,build desktop-file-utils
python:3.6-3.10,build desktop-file-utils
CPE_VENDOR?=mozilla
USE_GL= gl
USE_GNOME= cairo gdkpixbuf2 gtk30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment