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
This commit is contained in:
parent
69bd00e023
commit
7c194bc244
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue