[Bug 247595] games/py-mnemosyne: Fails to run: ModuleNotFoundError: No module named 'googletrans'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 30 19:19:12 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247595
--- Comment #6 from commit-hook at FreeBSD.org ---
A commit references this bug:
Author: lbartoletti
Date: Thu Jul 30 19:18:15 UTC 2020
New revision: 543817
URL: https://svnweb.freebsd.org/changeset/ports/543817
Log:
games/py-mnemosyne: Take Maintainer'ship, fix runtime error and add missing
dependencies
Latest version of games/py-mnemosyne requires new dependencies. This commit
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+.
PR: 247595
Submitted by: kai
Reported by: gspurki at gmail.com
Approved by: tcberner (mentor)
MFH: 2020Q3
Differential Revision: https://reviews.freebsd.org/D25895
Changes:
head/audio/Makefile
head/audio/py-gtts/
head/audio/py-gtts/Makefile
head/audio/py-gtts/distinfo
head/audio/py-gtts/pkg-descr
head/games/py-mnemosyne/Makefile
head/security/Makefile
head/security/py-gtts-token/
head/security/py-gtts-token/Makefile
head/security/py-gtts-token/distinfo
head/security/py-gtts-token/pkg-descr
head/textproc/Makefile
head/textproc/py-googletrans/
head/textproc/py-googletrans/Makefile
head/textproc/py-googletrans/distinfo
head/textproc/py-googletrans/pkg-descr
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list