release-python: update to python312, add afdko

Failing afdko builds are channel blocking, for example due to the usage
of noto-fonts-color-emoji in the test closure of xfce.
This commit is contained in:
Martin Weinelt
2024-07-06 16:37:27 +02:00
parent 2b615a7660
commit bade6f8186
+6 -5
View File
@@ -45,11 +45,12 @@ let
constituents = [
jobs.nixos-render-docs.x86_64-linux # Used in nixos manual
jobs.remarshal.x86_64-linux # Used in pkgs.formats helper
jobs.python311Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert
jobs.python311Packages.colorama.x86_64-linux # Used in nixos test-driver
jobs.python311Packages.ptpython.x86_64-linux # Used in nixos test-driver
jobs.python311Packages.requests.x86_64-linux # Almost ubiquous package
jobs.python311Packages.sphinx.x86_64-linux # Document creation for many packages
jobs.python312Packages.afdko.x86_64-linux # Used in noto-fonts-color-emoji
jobs.python312Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert
jobs.python312Packages.colorama.x86_64-linux # Used in nixos test-driver
jobs.python312Packages.ptpython.x86_64-linux # Used in nixos test-driver
jobs.python312Packages.requests.x86_64-linux # Almost ubiquous package
jobs.python312Packages.sphinx.x86_64-linux # Document creation for many packages
];
};