python3Packages.tensorflow: add distutils to dependencies

without it, importing tensorflow ends up with:

ModuleNotFoundError: No module named 'distutils'
This commit is contained in:
Pavol Rusnak
2025-02-24 01:10:18 +01:00
parent 1f1d1f966d
commit e720e2df5e
@@ -72,6 +72,7 @@ buildPythonPackage rec {
astunparse
flatbuffers
typing-extensions
distutils
packaging
protobuf
numpy