python mock: enable for python 3.5
This commit is contained in:
parent
a862dd2ad2
commit
9a1b642942
1 changed files with 0 additions and 1 deletions
|
@ -8897,7 +8897,6 @@ let
|
|||
|
||||
mock = buildPythonPackage (rec {
|
||||
name = "mock-1.3.0";
|
||||
disabled = isPy35;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/m/mock/${name}.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue