From 5c9c00b2b9a1a1e97605954e134057ae3c80e066 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 19 Nov 2015 15:05:47 +0100 Subject: [PATCH] python notebook: use requests2 instead of requests --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 22cdc99fcef..356f5d0c59c 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -10328,7 +10328,7 @@ let buildInputs = with self; [nose] ++ optionals isPy27 [mock]; - propagatedBuildInputs = with self; [jinja2 tornado ipython_genutils traitlets jupyter_core jupyter_client nbformat nbconvert ipykernel terminado requests pexpect]; + propagatedBuildInputs = with self; [jinja2 tornado ipython_genutils traitlets jupyter_core jupyter_client nbformat nbconvert ipykernel terminado requests2 pexpect]; meta = { description = "The Jupyter HTML notebook is a web-based notebook environment for interactive computing";