21230: Remove pip install from get-package-version
authorBrett Smith <brett.smith@curii.com>
Fri, 12 Jan 2024 14:39:41 +0000 (09:39 -0500)
committerBrett Smith <brett.smith@curii.com>
Fri, 12 Jan 2024 14:39:41 +0000 (09:39 -0500)
commit11cc387401be06df6d4711d7888aba8549620b98
treeab407bc7977aee1c6b43f7d3e1a725509784ac5f
parentd498f264665a3986fb02e91199ea47a7493069c8
21230: Remove pip install from get-package-version

Reasons to remove this: it can't work on Debian 12+, and the code has
obviously gotten stale with its original rationale ('setuptools<45' is
definitely not "latest setuptools").

Nobody can tell me what context this runs in. I'm going to hope that it
runs in some context where setuptools is already available. If it turns
out I'm wrong, then hopefully that will break the build in a way that
lets me assess our options.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/get-package-version.sh