[CDRIVER-3437] drop python-git from debian-package-build task Created: 21/Nov/19 Updated: 28/Oct/23 Resolved: 23/Nov/19 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | Build |
| Affects Version/s: | None |
| Fix Version/s: | 1.16.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Roberto Sanchez | Assignee: | Roberto Sanchez |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The debian-package-build task is now failing with this error:
Since python-git upstream has dropped support for Python 2 the Debian maintainers have dropped the python-git binary package. The solution is to switch to the python3-git package. This should most likely work by changing the package that installed and changing the python invocations in .evergreen/debian_package_build.sh over to python3. |
| Comments |
| Comment by Githook User [ 23/Nov/19 ] |
|
Author: {'name': 'Roberto C. Sánchez', 'username': 'rcsanchez97', 'email': 'roberto@connexer.com'}Message: |
| Comment by Roberto Sanchez [ 22/Nov/19 ] |
|
I just realized that we removed the need for python-git (and python3-git, for that matter) when calling calc_release_version.py. The solution, then, is to just remove python-git from the apt-get install command. |