* Andreas Tille <andr...@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