X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=adcca1c5cbbbb7d454df123e69b8b0d019cdbc53;hb=dcf5761d0c38f01d4397784870c9031d4d499441;hp=eae3c1f40d37ecf85a0e75d6290f616251a6b27c;hpb=978e98083fe0a02c54b7737eb877897b7017c7a9;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index eae3c1f4..adcca1c5 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -31,6 +31,14 @@ kubernetes niet~=1.4.2 tox>=3.7.0 # Tox 3.7 or greater is necessary for parallel mode support yq + +# PINNED INDIRECT DEPENDENCIES +# ============================ +# The libraries listed below should be considered workarounds and thus need +# to have a link to a JIRA and any relevant pkg versions and support packages +# necessary so that future maintainers of this file can make decisions to +# remove the workarounds in the future. +importlib-resources<2.0.0 # virtualenv 20.0.21 requires importlib-resources<2.0.0 (RELENG-2993) EOF #Python 3.5 in Ubuntu 16.04 workaround