python mock: enable for python 3.5

This commit is contained in:
Frederik Rietdijk 2015-10-30 11:11:54 +01:00
parent a862dd2ad2
commit 9a1b642942

View file

@ -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";