Drop python-passlib from run-buildset-registry

We dont appear to need passlib to be installed, lets remove it.

Change-Id: I933379da30beeda91c2f64cf4a717d2135772f6d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2020-11-11 20:07:21 -05:00
parent 6b8cc6d468
commit 4cc307699d
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
package:
name:
- openssl
- python-passlib
- socat
state: present
when: ansible_python_version is version('3', '<')
@ -12,7 +11,6 @@
package:
name:
- openssl
- python3-passlib
- socat
state: present
when: ansible_python_version is version('3', '>=')