3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #10714 from FRidh/mock

python mock: enable for python 3.5
This commit is contained in:
Domen Kožar 2015-10-30 11:32:42 +01:00
commit f55ff7c10b

View file

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