Date: Sat, 29 Feb 2020 17:31:49 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244521] www/firefox, mail/thunderbird, and other gecko software: require py-sqlite3, but uses py27-sqlite3 instead py37-sqlite3 Message-ID: <bug-244521-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244521 Bug ID: 244521 Summary: www/firefox, mail/thunderbird, and other gecko software: require py-sqlite3, but uses py27-sqlite3 instead py37-sqlite3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: vvd@unislabs.com Assignee: gecko@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) 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? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244521-7788>