mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +00:00
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.
This commit is contained in:
parent
dca412cff0
commit
839bd6299c
@ -124,9 +124,12 @@ additional_packages = [
|
|||||||
"python3.11-cffi",
|
"python3.11-cffi",
|
||||||
"python3.11-charset-normalizer",
|
"python3.11-charset-normalizer",
|
||||||
"python3.11-cryptography",
|
"python3.11-cryptography",
|
||||||
|
"python3.11-devel",
|
||||||
"python3.11-idna",
|
"python3.11-idna",
|
||||||
"python3.11-lxml",
|
"python3.11-lxml",
|
||||||
|
"python3.11-mod_wsgi",
|
||||||
"python3.11-numpy",
|
"python3.11-numpy",
|
||||||
|
"python3.11-numpy-f2py",
|
||||||
"python3.11-pip",
|
"python3.11-pip",
|
||||||
"python3.11-ply",
|
"python3.11-ply",
|
||||||
"python3.11-psycopg2",
|
"python3.11-psycopg2",
|
||||||
@ -136,13 +139,23 @@ additional_packages = [
|
|||||||
"python3.11-pyyaml",
|
"python3.11-pyyaml",
|
||||||
"python3.11-requests",
|
"python3.11-requests",
|
||||||
"python3.11-setuptools",
|
"python3.11-setuptools",
|
||||||
|
"python3.11-scipy",
|
||||||
"python3.11-six",
|
"python3.11-six",
|
||||||
|
"python3.11-tkinter",
|
||||||
"python3.11-urllib3",
|
"python3.11-urllib3",
|
||||||
"python3.11-wheel",
|
"python3.11-wheel",
|
||||||
"qatlib-service",
|
"qatlib-service",
|
||||||
"rtla",
|
"rtla",
|
||||||
"snactor",
|
"snactor",
|
||||||
"synce4l",
|
"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",
|
||||||
"tpm2-pkcs11-tools",
|
"tpm2-pkcs11-tools",
|
||||||
"wpebackend-fdo",
|
"wpebackend-fdo",
|
||||||
|
Loading…
Reference in New Issue
Block a user