Switch back to yum

Turns out yum can install by path, too.  And dnf is not readily available on
CentOS (which shares this configuration).
This commit is contained in:
Jean-Paul Calderone 2019-01-23 11:22:53 -05:00
parent 96d6739475
commit c053cec465

View File

@ -262,7 +262,7 @@ jobs:
libffi-devel \
openssl-devel \
libyaml-devel
dnf install /usr/bin/virtualenv
yum install /usr/bin/virtualenv
# XXX net-tools is actually a Tahoe-LAFS runtime dependency!
yum install --assumeyes \