mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python mock: enable for python 3.5
This commit is contained in:
parent
a862dd2ad2
commit
9a1b642942
@ -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 New Issue
Block a user