Fedora: Update required RPMs for Fedora 31
This includes the addition of the python3-virtualenv package required to provide the virtualenv binary that is no longer present in the image. Change-Id: Ie8e66d8b9f93063b97f88f41a626daddf235339b
This commit is contained in:
parent
e16e925e12
commit
f9e81d3438
@ -1,5 +1,5 @@
|
|||||||
iscsi-initiator-utils
|
iscsi-initiator-utils
|
||||||
lvm2
|
lvm2
|
||||||
qemu-img
|
qemu-img
|
||||||
scsi-target-utils # not:rhel7,f30 NOPRIME
|
scsi-target-utils # not:rhel7,f30,f31 NOPRIME
|
||||||
targetcli # dist:rhel7,f30 NOPRIME
|
targetcli # dist:rhel7,f30,f31 NOPRIME
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
dstat # not:f30
|
dstat # not:f30,f31
|
||||||
pcp-system-tools # dist:f30
|
pcp-system-tools # dist:f30,f31
|
||||||
|
@ -9,9 +9,9 @@ git-core
|
|||||||
graphviz # needed only for docs
|
graphviz # needed only for docs
|
||||||
httpd
|
httpd
|
||||||
httpd-devel
|
httpd-devel
|
||||||
iptables-services # NOPRIME f30
|
iptables-services # NOPRIME f30,f31
|
||||||
java-1.7.0-openjdk-headless # NOPRIME rhel7
|
java-1.7.0-openjdk-headless # NOPRIME rhel7
|
||||||
java-1.8.0-openjdk-headless # NOPRIME f30
|
java-1.8.0-openjdk-headless # NOPRIME f30,f31
|
||||||
libffi-devel
|
libffi-devel
|
||||||
libjpeg-turbo-devel # Pillow 3.0.0
|
libjpeg-turbo-devel # Pillow 3.0.0
|
||||||
libxml2-devel # lxml
|
libxml2-devel # lxml
|
||||||
@ -27,7 +27,8 @@ pkgconfig
|
|||||||
postgresql-devel # psycopg2
|
postgresql-devel # psycopg2
|
||||||
psmisc
|
psmisc
|
||||||
pyOpenSSL # version in pip uses too much memory
|
pyOpenSSL # version in pip uses too much memory
|
||||||
python3-devel # f30
|
python3-devel # dist:f30,f31
|
||||||
|
python3-virtualenv # dist:f31
|
||||||
python-devel
|
python-devel
|
||||||
redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376
|
redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376
|
||||||
systemd-devel # for systemd-python
|
systemd-devel # for systemd-python
|
||||||
|
@ -7,7 +7,7 @@ gawk
|
|||||||
genisoimage # required for config_drive
|
genisoimage # required for config_drive
|
||||||
iptables
|
iptables
|
||||||
iputils
|
iputils
|
||||||
kernel-modules # dist:f30
|
kernel-modules # dist:f30,f31
|
||||||
kpartx
|
kpartx
|
||||||
libxml2-python
|
libxml2-python
|
||||||
m2crypto
|
m2crypto
|
||||||
|
@ -2,7 +2,7 @@ curl
|
|||||||
liberasurecode-devel
|
liberasurecode-devel
|
||||||
memcached
|
memcached
|
||||||
pyxattr
|
pyxattr
|
||||||
rsync-daemon # dist:f30
|
rsync-daemon # dist:f30,f31
|
||||||
sqlite
|
sqlite
|
||||||
xfsprogs
|
xfsprogs
|
||||||
xinetd
|
xinetd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user