Transifex has done a major shuffle of their remote access. They've deprecated their current API, and the current Python client. Instead, they have a new API and a new client written in Go. If we want to be able to continue having automated access to Transifex, then we need to get the new client in to the build environment. The old API (and hence the old client) will stop working after Nov 30, 2022.
GCC includes some form of Go support, but our current version of GCC might be too old: https://go.dev/doc/install/gccgo
For packaging go packages, Fedora's guidelines are probably interesting: https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/