Partially reverts commit 1f6064e818.
This clearly, clearly, clearly wasn't tested. Its dependencies aren't
built or buildable for py3.13 so how could the author of that commit
have been able to run the package for that version?
Fixes: 1f6064e818
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
The maintainer of this package appears to have failed to utilize the
basics of python dependency management on gentoo, resulting in
dependencies built for one version of python being imported -- or not --
by this package built for a different version of python.
Upon making this fix, we observe fatal pkgcheck errors. Hold on for a
followup commit.
Fixes: e2d1acff6d
Fixes: 67365ce156
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>