From 839bd6299cde606c799157a9d90bbf937a927b87 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 21 Feb 2023 19:33:36 -0700 Subject: [PATCH] Add some more things that came in on mqtt tomcat showed up, it produced quite a few packages, so we're taking a guess if red hat will be publishing all of them. a few new python3.11 things came in too, so adding those in. our composes were yelling about missing deps, so hopefully this helps. I have a feeling that if we had the 8.8 comps it'd solve the repoclosure issues. --- shared/additional_and_filter_packages.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/shared/additional_and_filter_packages.conf b/shared/additional_and_filter_packages.conf index b859007..c85ae9b 100644 --- a/shared/additional_and_filter_packages.conf +++ b/shared/additional_and_filter_packages.conf @@ -124,9 +124,12 @@ additional_packages = [ "python3.11-cffi", "python3.11-charset-normalizer", "python3.11-cryptography", + "python3.11-devel", "python3.11-idna", "python3.11-lxml", + "python3.11-mod_wsgi", "python3.11-numpy", + "python3.11-numpy-f2py", "python3.11-pip", "python3.11-ply", "python3.11-psycopg2", @@ -136,13 +139,23 @@ additional_packages = [ "python3.11-pyyaml", "python3.11-requests", "python3.11-setuptools", + "python3.11-scipy", "python3.11-six", + "python3.11-tkinter", "python3.11-urllib3", "python3.11-wheel", "qatlib-service", "rtla", "snactor", "synce4l", + "tomcat", + "tomcat-admin-webapps", + "tomcat-docs-webapp", + "tomcat-el-3.0-api", + "tomcat-jsp-2.3-api", + "tomcat-lib", + "tomcat-servlet-4.0-api", + "tomcat-webapps", "tpm2-pkcs11", "tpm2-pkcs11-tools", "wpebackend-fdo",