python.pkgs.tensorflow: add functools32 dependency
Now needed at runtime with the python2 build.
This commit is contained in:
parent
4fb7831cb4
commit
6832f1da6a
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ in buildPythonPackage {
|
|||
] ++ lib.optionals (!isPy3k) [
|
||||
mock
|
||||
future
|
||||
functools32
|
||||
] ++ lib.optionals (pythonOlder "3.4") [
|
||||
backports_weakref enum34
|
||||
] ++ lib.optionals withTensorboard [
|
||||
|
|
Loading…
Reference in a new issue