python39Packages.Quandl: add imports check

This commit is contained in:
Sandro Jäckel 2021-02-15 23:34:32 +01:00
parent 16c69eadb1
commit ebfa1ab409
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";