Trac #34858: Fix sagemath-standard sdist
`./bootstrap && ./sage -sh -c '(cd pkgs/sagemath-standard && tox -v -v
-v -e sagepython-sagewheels-nopypi-norequirements)'` fails in 9.8.beta5
because the sdist is broken
{{{
cimport cython
from sage.algebras.fusion_rings.poly_tup_engine cimport (
^
------------------------------------------------------------
sage/algebras/fusion_rings/fast_parallel_fmats_methods.pyx:12:0:
'sage/algebras/fusion_rings/poly_tup_engine.pxd' not found
}}}
We fix this by
- updating MANIFEST
- unconditionally running the module finder in pkgs/sagemath-
standard/setup.py
We make the same change also in pkgs/sagemath-objects/setup.py (by
symlink, this also affects sagemath-categories).
URL: https://trac.sagemath.org/34858
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): François Bissey
Committer
Release Manager