mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.ipython: fix deps
This commit is contained in:
parent
7e4264ec43
commit
7adbab7fb2
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
, nose
|
||||
, pygments
|
||||
# Runtime dependencies
|
||||
, black
|
||||
, jedi
|
||||
, decorator
|
||||
, matplotlib-inline
|
||||
|
@ -18,6 +19,7 @@
|
|||
, pexpect
|
||||
, appnope
|
||||
, backcall
|
||||
, stack-data
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -39,10 +41,12 @@ buildPythonPackage rec {
|
|||
checkInputs = [ nose pygments ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
black
|
||||
jedi
|
||||
decorator
|
||||
matplotlib-inline
|
||||
pickleshare
|
||||
stack-data
|
||||
traitlets
|
||||
prompt-toolkit
|
||||
pygments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue