mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 04:48:28 +00:00
python310Packages.hahomematic: add orjson
This commit is contained in:
parent
336e692f2a
commit
b3aa738742
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user