pythonPackages.spyder_3: add import check
This commit is contained in:
parent
16e2bb1636
commit
881f39f0dc
@ -31,6 +31,8 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace setup.py --replace "pyqt5<5.13" "pyqt5"
|
substituteInPlace setup.py --replace "pyqt5<5.13" "pyqt5"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "spyder" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library providing a scientific python development environment";
|
description = "Library providing a scientific python development environment";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user