pythonPackages.PyChromecast: dep on casttube to fix build

This commit is contained in:
Franz Pletz 2019-01-02 22:22:39 +01:00
parent 49481e5a65
commit 4b3481eb7b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, buildPythonPackage, requests, six, zeroconf, protobuf }:
{ lib, fetchurl, buildPythonPackage, requests, six, zeroconf, protobuf, casttube }:
buildPythonPackage rec {
pname = "PyChromecast";
@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "f385168e34d2ef47f976c8e41bad2f58f5ca004634c0ccb1a12623d8beb2fa38";
};
propagatedBuildInputs = [ requests six zeroconf protobuf ];
propagatedBuildInputs = [ requests six zeroconf protobuf casttube ];
meta = with lib; {
description = "Library for Python 2 and 3 to communicate with the Google Chromecast";