Date: Mon, 13 Jul 2020 08:38:10 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 247595] games/py-mnemosyne: Fails to run: ModuleNotFoundError: No module named 'googletrans' Message-ID: <bug-247595-21822-ImQRs8HHLM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-247595-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-247595-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247595 Kai Knoblich <kai@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ports-bugs@FreeBSD.org |kai@FreeBSD.org CC| |kai@FreeBSD.org Attachment #216413| |maintainer-approval+ Flags| | --- Comment #3 from Kai Knoblich <kai@FreeBSD.org> --- Created attachment 216413 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216413&action= =3Dedit py-mnemosyne-add-missing-dependencies.patch Here's a first draft of patch that adds the missing dependencies: - audio/py-gtts - security/py-gtts-token (required by audio/py-gtts) - textproc/py-googletrans The games/py-mnemosyne port needs to be limited to Python 3.7+ to keep the dependency chains intact. This is because textproc/py-googletrans depends on www/py-httpx which is only for Python 3.7+ . We definitely need also to merge whole changes to the 2020Q3 branch as the = port is broken there at the moment. (In reply to gspu from comment #0) I already did some small runtime tests and the games/py-mnemosyne starts as expected. Can you please test the attached patch if it works for you? --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247595-21822-ImQRs8HHLM>