python313Packages.paddlex: fix (#415761)

This commit is contained in:
Aleksana
2025-06-11 14:19:57 +08:00
committed by GitHub

View File

@@ -17,6 +17,7 @@
ruamel-yaml,
typing-extensions,
ujson,
distutils,
}:
let
@@ -34,6 +35,10 @@ let
build-system = [ setuptools ];
dependencies = [ distutils ];
pythonImportsCheck = [ "GPUtil" ];
meta = {
homepage = "https://github.com/anderskm/gputil";
license = lib.licenses.mit;