Unverified Commit e720e2df authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

python3Packages.tensorflow: add distutils to dependencies

without it, importing tensorflow ends up with:

ModuleNotFoundError: No module named 'distutils'
parent 1f1d1f96
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ buildPythonPackage rec {
    astunparse
    flatbuffers
    typing-extensions
    distutils
    packaging
    protobuf
    numpy