]> git.phdru.name Git - ansible.git/commitdiff
Feat(python-packages): Install `patchelf` for `auditwheel`
authorOleg Broytman <phd@phdru.name>
Sat, 9 May 2020 22:28:45 +0000 (01:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 9 May 2020 22:28:45 +0000 (01:28 +0300)
playbooks/roles/python-packages/tasks/main.yml

index 3db890c9a4c911dc5bb3eee83ff3600a2e5afccc..769989528efca5af8a49c4da3583c7ecc96ad501 100644 (file)
@@ -5,7 +5,8 @@
     autoremove: yes
     cache_valid_time: 3600
     install_recommends: no
-    name: ['python', 'python2.7', 'python3', 'python-pip', 'python3-pip',
+    name: ['patchelf', # for auditwheel
+           'python', 'python2.7', 'python3', 'python-pip', 'python3-pip',
            'python-setuptools', 'python3-setuptools',
            'python-gdbm', 'python-openssl', 'python3-openssl',
           ]