When importing a package on the remote side that uses pbr, this error is raised:
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream
git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name mock was given, but was not able to be found.
When importing a package on the remote side that uses pbr, this error is raised: