Ticket #13631: 0006-install-essential-python-modules-for-el7.patch

File 0006-install-essential-python-modules-for-el7.patch, 1.2 KB (added by Gary Buhrmaster, 4 years ago)

install essential python modules for el 7

  • roles/mythtv-rpm/tasks/main.yml

    From 774d4072d0d8add9235238ac44fbfd8ead921322 Mon Sep 17 00:00:00 2001
    From: Gary Buhrmaster <gary.buhrmaster@gmail.com>
    Date: Sat, 6 Jun 2020 22:56:49 -0400
    Subject: [PATCH 6/7] install essential python modules for el7
    
    ---
     roles/mythtv-rpm/tasks/main.yml | 22 ++++++++++++++++++++++
     1 file changed, 22 insertions(+)
    
    diff --git a/roles/mythtv-rpm/tasks/main.yml b/roles/mythtv-rpm/tasks/main.yml
    index c2d3570..062cd1d 100644
    a b  
    7676      - python-oauth
    7777  when: ansible_distribution == "Fedora"
    7878
     79- name: add mythtv essential python modules - CentOS only
     80  set_fact:
     81    yum_pkg_lst:
     82      - '{{ yum_pkg_lst }}'
     83      - python-future
     84      - python-imaging
     85      - python-lxml
     86      - python-oauth
     87      - python-pycurl
     88      - python-requests
     89      - python-simplejson
     90      - python-urlgrabber
     91      - MySQL-python
     92      - python3-future
     93      - python3-lxml
     94      - python3-pycurl
     95      - python36-imaging
     96      - python36-mysql
     97      - python36-requests
     98      - python36-simplejson
     99  when: ansible_distribution == "CentOS"
     100
    79101- name: add mythtv essential perl modules
    80102  set_fact:
    81103    yum_pkg_lst: