python39Packages.Quandl: add imports check
This commit is contained in:
parent
16c69eadb1
commit
ebfa1ab409
@ -46,6 +46,8 @@ buildPythonPackage rec {
|
||||
importlib-metadata
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "quandl" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Quandl Python client library";
|
||||
homepage = "https://github.com/quandl/quandl-python";
|
||||
|
Loading…
Reference in New Issue
Block a user