Merge pull request #177191 from mweinelt/python/snapcast

This commit is contained in:
Martin Weinelt 2022-06-10 18:32:46 +02:00 committed by GitHub
commit 5df0c92fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, construct
, packaging
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
@ -22,6 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
construct
packaging
];
checkInputs = [