python310Packages.hahomematic: add orjson

This commit is contained in:
Fabian Affolter 2023-02-28 10:55:25 +01:00 committed by Martin Weinelt
parent 336e692f2a
commit b3aa738742

View File

@ -2,6 +2,7 @@
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, orjson
, pydevccu
, pytest-aiohttp
, pytestCheckHook
@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "danielperna84";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-Nrq7Bc9Lzdle8/rINp/GPy+DWANgMe7WCLP48gHohIo=";
hash = "sha256-Nrq7Bc9Lzdle8/rINp/GPy+DWANgMe7WCLP48gHohIo=";
};
nativeBuildInputs = [
@ -33,6 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
orjson
python-slugify
voluptuous
];