We use calc_release_version.py to determine what version of the driver we're building based on tags from the repo. This runs automatically on cmake. But calc_release_version.py requires GitPython to run.
It seems probable that many users will have python and git installed but not GitPython. We're also not getting much use out of the GitPython package in that script. Let's remove the dependency to make our build process easier.
- clones
-
CDRIVER-2968 Remove GitPython from calc_release_version.py
- Closed