39bc71cedd
With the removal of CentOS 7, we can re-evaluate the rpm
installations.
We should not need virtualenv after https://review.opendev.org/712609
There should be no need for python-devel as we're python3
pyOpenSSL was added to workaround memory issues in
9e98f9435e
(2015) ... I think we've
moved on.
pyxattr is not a package; remove it.
I don't see we need packaged m2crypto, which isn't a package on CentOS
8. nor libxml2-python; these days it has wheels which should work
with the normal installation process.
centos8 has:
* targetcli
* pcp-system-tools (and no dstat)
* iptables-services
* java-1.8.0-openjdk-headless
* kernel-modules
* rsync-daemon
just as all supported fedora's do, so we can remove any matching here.
Change-Id: I542c426a67a98f331d2a29bacd220af81fab8cc4
37 lines
623 B
Plaintext
37 lines
623 B
Plaintext
bc
|
|
bridge-utils
|
|
curl
|
|
dbus
|
|
gcc
|
|
gcc-c++
|
|
gettext # used for compiling message catalogs
|
|
git-core
|
|
graphviz # needed only for docs
|
|
httpd
|
|
httpd-devel
|
|
iptables-services
|
|
java-1.8.0-openjdk-headless
|
|
libffi-devel
|
|
libjpeg-turbo-devel # Pillow 3.0.0
|
|
libxml2-devel # lxml
|
|
libxslt-devel # lxml
|
|
libyaml-devel
|
|
net-tools
|
|
openssh-server
|
|
openssl
|
|
openssl-devel # to rebuild pyOpenSSL if needed
|
|
pcre-devel # for python-pcre
|
|
pkgconfig
|
|
postgresql-devel # psycopg2
|
|
psmisc
|
|
python3-devel
|
|
redhat-rpm-config # missing dep for gcc hardening flags, see rhbz#1217376
|
|
systemd-devel # for systemd-python
|
|
tar
|
|
tcpdump
|
|
unzip
|
|
util-linux
|
|
wget
|
|
which
|
|
zlib-devel
|