forked from mirrors/nixpkgs
Merge pull request #10714 from FRidh/mock
python mock: enable for python 3.5
This commit is contained in:
commit
f55ff7c10b
|
@ -8916,7 +8916,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