Message contained one of many packages to install,
incorrectly suggesting that this is problematic one.
Remove that. List of packages is printed on previous line.
Use release candidate because it's the latest 2.x release and md2gemini
requires 2.x. python3-jupyte_nbconvert isn't compatible with it yet [1],
unfortunately, so we need a new package.
[1] https://github.com/jupyter/nbconvert/pull/1074
Without Java support, LibreBase is severely limited in its
capabilities. This should put -Base on x86_64-musl at the
same parity as on glibc.
The reported issue was that -Base would not create a new
HSQLDB database, which relies on Java support.
So far, the udev rules contained in this package were manually
maintained, which is probably the reason that the necessary rules for
using the Moonlander keyboard with their training software, Oryx, wasn't
present. I've created a new package, wally-udev-rules, which fetches the
udev rules from the upstream repo instead. As the build process for
wally itself (which should not be confused with wally-cli) is completely
undocumented, I've not done this "properly" (which would be packaging
wally and having wally-udev be a subpackage of wally, which is then
depended upon by wally-cli) for now, but this is already a step in the
right direction IMO.
Closes: #30879 [via git-merge-pr]
The opencv update rolled into the Python 3.10 upgrade apparently broke
ABI and prevented digikam from launching. None of the other dependants
of opencv were obviously affected in some simple tests.
Fixes#33530.
By default mpmath uses python's builtin long integers which are very
slow. Installing python3-gmpy2 makes it use gmp, mpfr, mpc for that,
which is asymptotically faster.
After a discussion in #33481 it was decided to add it to depends.
Also:
- remove INSTALL.msg; for plotting, mpmath itself gives a warning.
- Adopt.