python3Packages.PyChromecast: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2020-12-30 13:09:02 +01:00
parent 5f498ef585
commit 65d90a08f2

View file

@ -13,6 +13,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests zeroconf protobuf casttube ];
pythonImportsCheck = [ "pychromecast" ];
meta = with lib; {
description = "Library for Python to communicate with the Google Chromecast";
homepage = "https://github.com/home-assistant-libs/pychromecast";