Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 17:31:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 244521] www/firefox, mail/thunderbird, and other gecko software: require py-sqlite3, but uses py27-sqlite3 instead py37-sqlite3
Message-ID:  <bug-244521-21738-3oe75n9DR9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244521-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244521-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko mailing =
list
<gecko@FreeBSD.org> for maintainer-feedback:
Bug 244521: www/firefox, mail/thunderbird, and other gecko software: require
py-sqlite3, but uses py27-sqlite3 instead py37-sqlite3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244521



--- Description ---
Mk/bsd.gecko.mk have:
USES+=3D		python:2.7,build

www/firefox/Makefile and mail/thunderbird/Makefile have:
BUILD_DEPENDS=3D
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}

But it uses python2 FLAVOUR for this dependency instead python3.

Dirty hack:
-${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
+py37-sqlite3>0:databases/py-sqlite3@py37 \

How to set FLAVOR in default python correctly?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244521-21738-3oe75n9DR9>