python3Packages.snapcast: add missing packaging dependency

This commit is contained in:
Martin Weinelt 2022-06-10 18:30:11 +02:00
parent c4182b8047
commit dc2f09c879
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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