pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: calendar broken in new thunderbird?



Hijacking the "new thunderbird" thread... I find I need the attached
to avoid

Traceback (most recent call last):
  File "/tmp/pkgsrc/mail/thunderbird/work/thunderbird-115.1.1/configure.py", line 343, in <module>
    sys.exit(main(sys.argv))
...
  File "/tmp/pkgsrc/mail/thunderbird/work/thunderbird-115.1.1/third_party/python/blessed/blessed/keyboard.py", line 19, in <module>
    import curses
  File "/usr/pkg/lib/python3.11/curses/__init__.py", line 13, in <module>
    from _curses import *
ModuleNotFoundError: No module named '_curses'
*** Error code 1


Is it just me?


Cheers,

Patrick
Index: mozilla-common.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mail/thunderbird/mozilla-common.mk,v
retrieving revision 1.8
diff -u -r1.8 mozilla-common.mk
--- mozilla-common.mk	25 Aug 2023 10:15:01 -0000	1.8
+++ mozilla-common.mk	3 Sep 2023 08:57:04 -0000
@@ -29,6 +29,7 @@
 .endif
 
 TOOL_DEPENDS+=		${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+TOOL_DEPENDS+=		${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 TOOL_DEPENDS+=		${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 # malloc_usable_size()


Home | Main Index | Thread Index | Old Index