python313Packages.paddlex: fix

This commit is contained in:
emaryn
2025-06-11 13:34:37 +08:00
parent f72be405a1
commit e47dd7adf9
@@ -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;