pythonPackages.root_numpy: remove

This commit is contained in:
Dmitry Kalinkin
2019-12-14 12:05:18 -05:00
parent 0eb53ff3c7
commit fc21603717
3 changed files with 2 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
{ lib, fetchPypi, isPy3k, buildPythonPackage, numpy, matplotlib, root, root_numpy, tables, pytest }:
{ lib, fetchPypi, isPy3k, buildPythonPackage, numpy, matplotlib, root, tables, pytest }:
buildPythonPackage rec {
pname = "rootpy";
@@ -11,7 +11,7 @@ buildPythonPackage rec {
disabled = isPy3k;
propagatedBuildInputs = [ matplotlib numpy root root_numpy tables ];
propagatedBuildInputs = [ matplotlib numpy root tables ];
checkInputs = [ pytest ];
checkPhase = ''