python.pkgs.tensorflow: add functools32 dependency

Now needed at runtime with the python2 build.
This commit is contained in:
Timo Kaufmann 2019-11-13 15:25:19 +01:00
parent 4fb7831cb4
commit 6832f1da6a

View file

@ -365,6 +365,7 @@ in buildPythonPackage {
] ++ lib.optionals (!isPy3k) [
mock
future
functools32
] ++ lib.optionals (pythonOlder "3.4") [
backports_weakref enum34
] ++ lib.optionals withTensorboard [