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