ipython: use requests2 to fix python3 build
This commit is contained in:
parent
31aa281919
commit
aa9827a948
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user