fex: use packaging for aarch64_fit_native.py (#540511)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 16:57:39 +00:00
committed by GitHub
+1 -1
View File
@@ -185,7 +185,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
llvmPackages.bintools
(python3.withPackages (
pythonPackages: with pythonPackages; [
setuptools
packaging
libclang
]
))