about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pychromecast
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2020-12-30 13:09:02 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2020-12-30 13:09:02 +0100
commit65d90a08f27d75e12e7d064a5555337079f8baff (patch)
tree179a8e982a7fedb8fa1e4c822e3c6942208667d6 /pkgs/development/python-modules/pychromecast
parent5f498ef5852b3ede8da0472a4605e5983060f40a (diff)
python3Packages.PyChromecast: add pythonImportsCheck
Diffstat (limited to 'pkgs/development/python-modules/pychromecast')
-rw-r--r--pkgs/development/python-modules/pychromecast/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pychromecast/default.nix b/pkgs/development/python-modules/pychromecast/default.nix
index 541dd962c08e2..6e45eb2a626ff 100644
--- a/pkgs/development/python-modules/pychromecast/default.nix
+++ b/pkgs/development/python-modules/pychromecast/default.nix
@@ -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";