mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 12:51:27 +00:00
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:
parent
e98f53991f
commit
dca412cff0
@ -77,6 +77,7 @@ additional_packages = [
|
|||||||
"dotnet-sdk-7.0",
|
"dotnet-sdk-7.0",
|
||||||
"dotnet-targeting-pack-7.0",
|
"dotnet-targeting-pack-7.0",
|
||||||
"dotnet-templates-7.0",
|
"dotnet-templates-7.0",
|
||||||
|
"ecj", #ENGCMP-2939
|
||||||
"egl-utils",
|
"egl-utils",
|
||||||
"frr-selinux",
|
"frr-selinux",
|
||||||
"inkscape1",
|
"inkscape1",
|
||||||
@ -120,10 +121,23 @@ additional_packages = [
|
|||||||
"php-pecl-xdebug3",
|
"php-pecl-xdebug3",
|
||||||
"python3-bind9.16",
|
"python3-bind9.16",
|
||||||
"python3.11",
|
"python3.11",
|
||||||
|
"python3.11-cffi",
|
||||||
|
"python3.11-charset-normalizer",
|
||||||
|
"python3.11-cryptography",
|
||||||
"python3.11-idna",
|
"python3.11-idna",
|
||||||
|
"python3.11-lxml",
|
||||||
|
"python3.11-numpy",
|
||||||
"python3.11-pip",
|
"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-setuptools",
|
||||||
"python3.11-six",
|
"python3.11-six",
|
||||||
|
"python3.11-urllib3",
|
||||||
"python3.11-wheel",
|
"python3.11-wheel",
|
||||||
"qatlib-service",
|
"qatlib-service",
|
||||||
"rtla",
|
"rtla",
|
||||||
@ -280,7 +294,6 @@ additional_packages = [
|
|||||||
"drm-utils",
|
"drm-utils",
|
||||||
"dtdinst",
|
"dtdinst",
|
||||||
"e2fsprogs-static",
|
"e2fsprogs-static",
|
||||||
"ecj",
|
|
||||||
"edk2-tools",
|
"edk2-tools",
|
||||||
"edk2-tools-doc",
|
"edk2-tools-doc",
|
||||||
"efivar-devel",
|
"efivar-devel",
|
||||||
|
@ -161,6 +161,7 @@
|
|||||||
<module>idm:client</module>
|
<module>idm:client</module>
|
||||||
<module>inkscape:0.92.3</module>
|
<module>inkscape:0.92.3</module>
|
||||||
<module>javapackages-runtime:201801</module>
|
<module>javapackages-runtime:201801</module>
|
||||||
|
<module>jaxb:4</module>
|
||||||
<module>jmc:rhel8</module>
|
<module>jmc:rhel8</module>
|
||||||
<module>libselinux-python:2.8</module>
|
<module>libselinux-python:2.8</module>
|
||||||
<module>llvm-toolset:rhel8</module>
|
<module>llvm-toolset:rhel8</module>
|
||||||
|
Loading…
Reference in New Issue
Block a user