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