Hi Hans, I recently fixed a similar issue for python-chemspipy package [1]. Sharing here in case it helps.
Yes, the needed fix is adding python3-six as you did. Why? Summarizing, the key is python3-urllib3: we're syncing it from experimental, not from sid/trixie, and this latest version from experimental doesn't have the six module embedded as it was used to have (check changelog [2]). python3-urllib3 comes from python3-request that comes from python3-pytest (as Build dependency in gitsome/d/control). [1] https://code.launchpad.net/~mirespace/ubuntu/+source/python-chemspipy/+git/python-chemspipy/+merge/466962 [2] https://launchpad.net/ubuntu/+source/python-urllib3/2.0.7-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067196 Title: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gitsome/+bug/2067196/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
