From f17a5e735d4f5358a718154b7c0d9b2cbebe1080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alain=20P=C3=A9teut?= Date: Mon, 11 Mar 2024 23:52:46 +0100 Subject: [PATCH] yocto: add missing setuptools, used by devtool. --- envs/yocto/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/yocto/shell.nix b/envs/yocto/shell.nix index a826cec..ffc063b 100644 --- a/envs/yocto/shell.nix +++ b/envs/yocto/shell.nix @@ -37,7 +37,7 @@ let (ncurses'.override { unicodeSupport = false; }) patch perl - python3 + (python3.withPackages (ps: [ ps.setuptools ])) rpcsvc-proto unzip util-linux