Revert "Remove 'python-jenkins' package to avoid grains load errors"

This reverts commit e8e832ab3567292b48d079001c34253a8eae07e3.

Change-Id: I1b3cd490fdcb6be4dcb197a220ad59fa81964679
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index f884028..22acb9a 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -503,12 +503,6 @@
 
 {# Prepare salt services and nodes settings #}
 
-- description: "*Workaround* for https://mirantis.jira.com/browse/PROD-17822"
-  cmd: apt-get remove -y python-jenkins
-  node_name: {{ HOSTNAME_CFG01 }}
-  retry: {count: 1, delay: 5}
-  skip_fail: true
-
 - description: Run 'linux' formula on cfg01
   cmd: salt --hard-crash --state-output=mixed --state-verbose=False -C 'I@salt:master' state.sls linux;
   node_name: {{ HOSTNAME_CFG01 }}