mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
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:
parent
96d6739475
commit
c053cec465
@ -262,7 +262,7 @@ jobs:
|
|||||||
libffi-devel \
|
libffi-devel \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
libyaml-devel
|
libyaml-devel
|
||||||
dnf install /usr/bin/virtualenv
|
yum install /usr/bin/virtualenv
|
||||||
|
|
||||||
# XXX net-tools is actually a Tahoe-LAFS runtime dependency!
|
# XXX net-tools is actually a Tahoe-LAFS runtime dependency!
|
||||||
yum install --assumeyes \
|
yum install --assumeyes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user