Updates Kuberef to use BMRA v21.08
[kuberef.git] / sw_config / bmra / patched_packages.yml
index 90a8519..14d7291 100644 (file)
@@ -19,7 +19,7 @@
       - setuptools<=44
     extra_args: --upgrade
 
-#pinned python package versions
+#pinned python packages versions
 - name: install Python packages
   pip:
     name:
       - ruamel.yaml.clib==0.2.2
       - ruamel.yaml==0.16.13
       - cachetools=={{ (ansible_os_family == 'RedHat' and ansible_distribution_version < '8') | ternary('3.1.1', '4.2.1') }}
+      - markupsafe==1.1.1
+      - jinja2==2.11.3
       - openshift==0.11.2
+      - six>=1.15.0
+      - websocket-client==0.58.0
+      - oauthlib==3.1.0
     state: present
   register: pip_result
   retries: 5