ea-apache24-mod_lsapi update failing without epel
The latest ea-apache24-mod_lsapi requires some Python packages that are not available in the default OS repo.
#rpm -qp ea-apache24-mod_lsapi-1.1-73.73.3.cpanel.x86_64.rpm --requires
warning: ea-apache24-mod_lsapi-1.1-73.73.3.cpanel.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 7e931c7c: NOKEY
which
ea-apache24
python3
python3-lxml
python3-PyYAML
python3-packaging
patch
ea-liblsapi = 1.1-73
/bin/sh
/bin/sh
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsXz) <= 5.2-1
#cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
#cat /usr/local/cpanel/version
11.110.0.3
#rpm -qa | egrep "^python[0-9]+-(lxml|PyYAML|packaging)"
python36-PyYAML-3.13-1.el7.x86_64
python36-lxml-4.2.5-5.el7.x86_64
python36-packaging-16.8-6.el7.noarch
#
#rpm -qa | egrep "^python[0-9]+-(lxml|PyYAML|packaging)" | while read pkg;do yum info $pkg | grep "From repo";done
From repo : epel
From repo : epel
From repo : epel
I thought major Cpanel packages did not require external repos like epel or is Cpanel require epel?
-
Hey there! Modern cPanel versions include epel for additional packages, so we recommend having that repo enabled on the system.
0
Please sign in to leave a comment.
Comments
1 comment