ipython: use requests2 to fix python3 build
This commit is contained in:
@@ -8270,7 +8270,7 @@ let
|
|||||||
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
||||||
|
|
||||||
propagatedBuildInputs = with self;
|
propagatedBuildInputs = with self;
|
||||||
[decorator pickleshare simplegeneric traitlets readline requests pexpect sqlite3]
|
[decorator pickleshare simplegeneric traitlets readline requests2 pexpect sqlite3]
|
||||||
++ optionals stdenv.isDarwin [appnope gnureadline];
|
++ optionals stdenv.isDarwin [appnope gnureadline];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user