python312Packages.py-synologydsm-api: update dependencies

This commit is contained in:
Robert Schütz 2024-07-29 11:55:06 -07:00
parent fb89aa5757
commit c0e7a95595

View File

@ -1,10 +1,9 @@
{ {
lib, lib,
aiohttp, aiohttp,
async-timeout,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
poetry-core, pytest-asyncio,
pytestCheckHook, pytestCheckHook,
pythonOlder, pythonOlder,
setuptools, setuptools,
@ -24,17 +23,14 @@ buildPythonPackage rec {
hash = "sha256-46KoOKBiulTYH2x8ftFPVDF0oeBG1Pe9PkonxIV7528="; hash = "sha256-46KoOKBiulTYH2x8ftFPVDF0oeBG1Pe9PkonxIV7528=";
}; };
nativeBuildInputs = [ build-system = [ setuptools ];
poetry-core
setuptools
];
propagatedBuildInputs = [ dependencies = [ aiohttp ];
aiohttp
async-timeout
];
nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [ "synology_dsm" ]; pythonImportsCheck = [ "synology_dsm" ];