tensorflow-lite: add distutils to fix build (#343960)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-25 10:39:24 +02:00 committed by GitHub
commit 526dcbb02f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
let
buildPlatform = stdenv.buildPlatform;
hostPlatform = stdenv.hostPlatform;
pythonEnv = buildPackages.python3.withPackages (ps: [ ps.numpy ]);
pythonEnv = buildPackages.python3.withPackages (ps: with ps; [ distutils numpy ]);
bazelDepsSha256ByBuildAndHost = {
x86_64-linux = {
x86_64-linux = "sha256-61qmnAB80syYhURWYJOiOnoGOtNa1pPkxfznrFScPAo=";