Make some assumptions

CentOS Stream 8 is transitioning to the 9 model. This basically means no
changes will be happening in git.c.o anymore for c8s. So we have to make
assumptions until then.

A bunch of python3.11 packages came in and a standalone ecj came in.
Going to make an assumption these are all together and go into
appstream. Other thing I noticed is the new ansible-core wants
python3.11. We'll roll with it and see what happens.

Also a new module came in called jaxb. Hopefully that is correct too.
This commit is contained in:
Louis Abel 2023-02-17 22:05:18 -07:00
parent e98f53991f
commit dca412cff0
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 15 additions and 1 deletions

View File

@ -77,6 +77,7 @@ additional_packages = [
"dotnet-sdk-7.0",
"dotnet-targeting-pack-7.0",
"dotnet-templates-7.0",
"ecj", #ENGCMP-2939
"egl-utils",
"frr-selinux",
"inkscape1",
@ -120,10 +121,23 @@ additional_packages = [
"php-pecl-xdebug3",
"python3-bind9.16",
"python3.11",
"python3.11-cffi",
"python3.11-charset-normalizer",
"python3.11-cryptography",
"python3.11-idna",
"python3.11-lxml",
"python3.11-numpy",
"python3.11-pip",
"python3.11-ply",
"python3.11-psycopg2",
"python3.11-pycparser",
"python3.11-PyMySQL",
"python3.11-pysocks",
"python3.11-pyyaml",
"python3.11-requests",
"python3.11-setuptools",
"python3.11-six",
"python3.11-urllib3",
"python3.11-wheel",
"qatlib-service",
"rtla",
@ -280,7 +294,6 @@ additional_packages = [
"drm-utils",
"dtdinst",
"e2fsprogs-static",
"ecj",
"edk2-tools",
"edk2-tools-doc",
"efivar-devel",

View File

@ -161,6 +161,7 @@
<module>idm:client</module>
<module>inkscape:0.92.3</module>
<module>javapackages-runtime:201801</module>
<module>jaxb:4</module>
<module>jmc:rhel8</module>
<module>libselinux-python:2.8</module>
<module>llvm-toolset:rhel8</module>