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,
aiohttp,
async-timeout,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
@ -24,17 +23,14 @@ buildPythonPackage rec {
hash = "sha256-46KoOKBiulTYH2x8ftFPVDF0oeBG1Pe9PkonxIV7528=";
};
nativeBuildInputs = [
poetry-core
setuptools
];
build-system = [ setuptools ];
propagatedBuildInputs = [
aiohttp
async-timeout
];
dependencies = [ aiohttp ];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
];
pythonImportsCheck = [ "synology_dsm" ];