Bug#1026514: python-param: FTBFS: TypeError: The only supported seed types are: None,

FC Stegerman flx at obfusk.net
Fri Feb 3 16:58:17 GMT 2023


* Andreas Tille <andreas at an3as.eu> [2023-02-03 17:01]:
> I've bumped upstream version to 1.12.3 which basically has the
> suggested patches applied but the issue remains as you can see
> in Salsa CI
> 
>    https://salsa.debian.org/science-team/python-param/-/jobs/3891083
> 
> Do you have any further hints?

That looks like a different issue: get_setup_version() in setup.py
seems to be trying to get the version from git, which of course fails
when building the Debian package without the .git directory present.

Presumably there is a way to get the version from e.g.
"dpkg-parsechangelog -S Version" (minus the -1 revision) instead.  I'm
not sure how other packages handle this.

- FC



More information about the debian-science-maintainers mailing list