Searched refs:version_source (Results 1 – 1 of 1) sorted by relevance
68 version_source=$(cd python3 ; python3 -Es -c 'import httplib2;print(httplib2.__version__)')70 if [[ "$version_source" != "$version_installed" ]] ; then71 …echo "error: installed package version=$version_installed does not match source=$version_source" >…